Releases: mike-fabian/langtable
Releases · mike-fabian/langtable
Release 0.0.58
- Add syr locale
- Get translation changes from CLDR
- Add more translations from CLDR
- Fix names for keyboard layouts which have changed
- Add ab_GE locale
- Add rif language
Release 0.0.57
- Get translation changes from CLDR
- Add more translations from CLDR
- Replace “ibus/cangjie” with “ibus/table:cangjie5”
- Updates for Sami languages (from Marko Myllynen)
- Updates for Finnish keyboard layouts (from Marko Myllynen)
Release 0.0.56
- Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx” (Resolves: #13)
- Get translation changes for mt from CLDR
Release 0.0.55
- Get translation changes from CLDR
- Add more translations from CLDR
- Make inscript2 instead of inscript input methods the default (See: https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM)
- Make ibus/m17n:vi:telex the default input method for Vietnamese
Release 0.0.54
- add list_common_languages derived from gnome-control-center by Sundeep ANAND [email protected]
Release 0.0.53
- Capitalize the return values of language_name() and territory_name() (See: rhinstaller/anaconda#2837).
- Add more translations from CLDR
- Get translation changes from CLDR
Release 0.0.52
- add list_common_keyboards() to public api (by Sundeep Anand [email protected])
Release 0.0.51
- Parse stuff in glibc locale names after @ which is not a script as a variant
- Add ckb_IQ.UTF-8 locale
Release 0.0.50
- Make parse_locale() return something reasonable for
C, POSIX, en_US_POSIX, and C.UTF-8 - Fix exception in language_name() when called with languageId=''
(noticed by Marco Myllynen, thank you!)
Release 0.0.49
- Add new public function parse_locale()
- Let info() print a bit more stuff