15
0

Accepting request 985169 from home:Pi-Cla:branches:devel:languages:python

update: 0.0.51 -> 0.0.58
- add list_common_keyboards() to public api (Sundeep Anand suanand@redhat.com)
- Capitalize the return values of language_name() and territory_name()
  * gh#rhinstaller/anaconda#2837
- Add more translations and changes from CLDR
- add list_common_languages derived from gnome-control-center (Sundeep Anand suanand@redhat.com)
- Make inscript2 instead of inscript input methods the default
  * https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM
- Make ibus/m17n:vi:telex the default input method for Vietnamese
- Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx”
  * gh#mike-fabian/langtable#13
- Replace “ibus/cangjie” with “ibus/table:cangjie5”
- Update Sami languages and Finnish keyboard layouts (from Marko Myllynen)
- Add syr and ab_GE locales
- Add rif language

OBS-URL: https://build.opensuse.org/request/show/985169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-langtable?expand=0&rev=6
This commit is contained in:
2022-06-27 07:44:06 +00:00
committed by Git OBS Bridge
parent a19b405e2f
commit dd0f7b4a53
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 20:07:21 UTC 2022 - Gordon Leung <pirateclip@protonmail.com> - 0.0.58
update: 0.0.51 -> 0.0.58
- add list_common_keyboards() to public api (Sundeep Anand suanand@redhat.com)
- Capitalize the return values of language_name() and territory_name()
* gh#rhinstaller/anaconda#2837
- Add more translations and changes from CLDR
- add list_common_languages derived from gnome-control-center (Sundeep Anand suanand@redhat.com)
- Make inscript2 instead of inscript input methods the default
* https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM
- Make ibus/m17n:vi:telex the default input method for Vietnamese
- Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx”
* gh#mike-fabian/langtable#13
- Replace “ibus/cangjie” with “ibus/table:cangjie5”
- Update Sami languages and Finnish keyboard layouts (from Marko Myllynen)
- Add syr and ab_GE locales
- Add rif language
-------------------------------------------------------------------
Tue Jan 11 21:07:39 UTC 2022 - Dirk Müller <dmueller@suse.com>