Update to 0.0.63
- Add more translations from CLDR - Get translation changes from CLDR - Japanese: prefer anthy over kkc (Thanks to adam Williamson: https://github.com/mike-fabian/langtable/pull/17) - Use skipTerritory also in list_keyboards(), list_consolefonts(), and list_timezones() (Resolves: https://github.com/mike-fabian/langtable/issues/18)
This commit is contained in:
parent
9c97430028
commit
ed9168e186
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/langtable-0.0.60.tar.gz
|
||||
/langtable-0.0.61.tar.gz
|
||||
/langtable-0.0.62.tar.gz
|
||||
/langtable-0.0.63.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: langtable
|
||||
Version: 0.0.62
|
||||
Release: 3%{?dist}
|
||||
Version: 0.0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
# the translations in languages.xml and territories.xml are (mostly)
|
||||
# imported from CLDR and are thus under the Unicode license, the
|
||||
@ -75,6 +75,15 @@ xmllint --noout --relaxng \
|
||||
%{python3_sitelib}/langtable-*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.63-1
|
||||
- Update to 0.0.63
|
||||
- Add more translations from CLDR
|
||||
- Get translation changes from CLDR
|
||||
- Japanese: prefer anthy over kkc
|
||||
(Thanks to adam Williamson: https://github.com/mike-fabian/langtable/pull/17)
|
||||
- Use skipTerritory also in list_keyboards(), list_consolefonts(), and list_timezones()
|
||||
(Resolves: https://github.com/mike-fabian/langtable/issues/18)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.62-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (langtable-0.0.62.tar.gz) = 39628c99069f00fc2cde9861ebfb69e709730e1f585c1661496b8d69f93c7a78854c6a4744930af6ee1ce03b7647702d28d2c3c2816cfcce3aa55887e3f24ea8
|
||||
SHA512 (langtable-0.0.63.tar.gz) = 4760513bf8abf26fcd23ee0b948cce3aabe969787f43806c4bbb0f29d7330dc2181d2b6e8ed74fea9b735b2c9deeacc580f9737b3a9772b547727a9518ef5713
|
||||
|
||||
Loading…
Reference in New Issue
Block a user