Overview of changes leading to 3.5.0
Tuesday, Dec 04, 2018
===================================
- Updated po and pot files
- Update autotools files using autogen.sh
- Remove conditional package code, not needed anymore
- Move to use Gettext

Overview of changes leading to 3.4.2
Saturday, Jun 03, 2017
===================================
- Fix repo attributes for dnf-x.x.x releases

Overview of changes leading to 3.4.1
Sunday, May 07, 2017
===================================
- Update release to 3.4.1 along with other release files updated against latest autotools
- Update translations from zanata f26 branch
- Add locale kk
- Fix for dnf-2.0.0 upstream release

Overview of changes leading to 3.4.0
Monday, Jul 25, 2016
====================================
- Fix it and zh_TW po files
- Fix the string for translation in install_gui.py
- Update ko and mn po files
- Update language list in configure
- We got new sq translation
- Update all translations from Zanata
- Update LINGUAS list
- Remove old translation files some from 2004 and some from 2006 last
  updated which are obsolete now due to no contribution at all
- Update POT file
- Update zanata.xml file
- Remove dnf-langpacks commands. Remove packagekit support as its failing.

Overview of changes leading to 3.3.0
Monday, Aug 24, 2015
====================================
- install_packages3: temporary disbale packagekit invokation and
   use dnf langinstall to install languages
- Fix more coding style as per pep8 standard
- install_packages3: Use the dnf installed_langpacks path as
  dnf-langpacks started using it

Overview of changes leading to 3.2.0
Thursday, Aug 20, 2015
====================================
- language_gui: fix button labels by using mnemonic API
- generate pot file and translations again

Overview of changes leading to 3.1.0
Wednesday, Aug 19, 2015
====================================
- language_gui: fix deprecation warning by adding gi.require_version
- fix to run with translations in Python 3
- Translations Fix:remove unnecessary old translations, remove fuzzy
  from strings, update pot, update po files

Overview of changes leading to 3.0.0
Tuesday, Apr 14, 2015
====================================
- Drop exec call from wrapper script
- appdata: Added appdata file
- images: Added images directory for system-config-language gui image
- autotools: Updated source files for tarball generation
- install_packages3: Improve setup_conditional_pkgs
- Remove install_packages.py using yum backend
- Remove pom.xml as its not needed, update POTFILES.in
- Remove yum support and migrate to dnf
- language_gui: Allow users to install missing packages for default system language
- Add install_packages3.py in Makefile.am
- language_tui.py: Use string methods from the str object instead of the string Module directly
- language_gui.py: Add py2 and py3 based function calls
- Add install_packages3.py for py3 and dnf handling

Overview of changes leading to 2.4.2
Wednesday, Apr 08, 2015
====================================
- language_gui: Allow users to install missing packages for default system language

Overview of changes leading to 2.4.1
Monday, Mar 23, 2015
====================================
- Update po directory
- Use string methods from the str object instead of the string Module directly
- Add python 2/3 compatible import for print function
- install_packages: make the lint happy by using correct indentation
- use print function compatible with python 2 and python 3
- install_packages: follow yum-langpacks changes

Overview of changes leading to 2.4.0
Friday, Mar 12, 2015
====================================
- Fix various PyGTKDeprecationWarning messages for PyGObject-3.11 changes

Overview of changes leading to 2.3.0
Monday, Jun 30, 2014
====================================
- remove icon for s-c-l window for rh#1111505
- all source files are reviewed and cleaned using lint

Overview of changes leading to 2.2.0
Monday, Jun 16, 2014
====================================
- Only install required packages and not all the supported langpacks
- rh#1059192 - Missing contextual information
- Fix rh#817751#c23:Check for missing /etc/locale.conf

Overview of changes leading to 2.1.0
Tuesday, May 27, 2014
=====================================
- Remove usermode support and migrate to polkit

Overview of changes leading to 2.0.0
Wednesday, May 21, 2014
=====================================
- Update the pot file
- Add some more dialogs for text mode execution
- Re-write new GUI using pygobject3
- Use of yum-langpacks command langinfo to get package list
- Use of PackageKit to install packages
- bump version to 2.0.0 as it contains total newly written GUI

Overview of changes leading to 1.4.1
Wednesday, Jan 15, 2014
=====================================
- rh#1052331:Fix text mode crash for no group exists
- Fix the is_group_installed GroupsError to just informative message
- rh#981968:Georgian language (ka_GE) not available in Language selection
- rh#1043569:OK button should be disabled always for the default selected language
- Change Oriya language name to Odia
- Updated translations from Zanata
- Remove zero translation files hy, ku, lo, my, si, sq, ur
- Fix language tag for zh_CN, zh_TW, sr@latin

Overview of changes leading to 1.4.0
Monday, Jun 10, 2013
=====================================
- Use autotools as a build system
- Re-organised source files
