diff --git a/ChangeLog b/ChangeLog index 50db0c5..6664938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-09-06 Mike FABIAN + + * Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic + * Get translation changes from CLDR + * Add more translations from CLDR + 2022-04-21 Mike FABIAN * Add syr locale diff --git a/setup.py b/setup.py index f5d4f50..9f5eb2c 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # within the egg directory easily: zip_safe=False, name='langtable', - version='0.0.58', + version='0.0.59', packages=setuptools.find_packages(), description='guess reasonable defaults for locale, keyboard, territory, ...', long_description=codecs.open('README', encoding='UTF-8').read(),