Update to version 0.0.14

- add some more languages: ay, ayc, ayr, niu, szl, nhn
- make languageId() work even if the name of the language or the territory contain spaces (Resolves: rhbz#1006718)
- Add the default script if not specified in queries for Chinese
- Import improved translations from CLDR
- Always return the territory name as well if queried in language_name()
- Add timezones.xml and timezoneidparts.xml to be able to offer translations for timezone ids
- Import translations for timezone cities from CLDR
- Add some more territories and translations
- test cases for timezone id translations
This commit is contained in:
Mike FABIAN 2013-09-15 22:21:40 +02:00
parent e0524b7325
commit 5a56669de6
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/langtable-0.0.11.tar.gz
/langtable-0.0.12.tar.gz
/langtable-0.0.13.tar.gz
/langtable-0.0.14.tar.gz

View File

@ -1,5 +1,5 @@
Name: langtable
Version: 0.0.13
Version: 0.0.14
Release: 1%{?dist}
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
Group: Development/Tools
@ -68,6 +68,18 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/territor
%{_datadir}/langtable/*.xml.gz
%changelog
* Sun Sep 15 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.14-1
- Update to 0.0.14
- add some more languages: ay, ayc, ayr, niu, szl, nhn
- make languageId() work even if the name of the language or the territory contain spaces (Resolves: rhbz#1006718)
- Add the default script if not specified in queries for Chinese
- Import improved translations from CLDR
- Always return the territory name as well if queried in language_name()
- Add timezones.xml and timezoneidparts.xml to be able to offer translations for timezone ids
- Import translations for timezone cities from CLDR
- Add some more territories and translations
- test cases for timezone id translations
* Thu Sep 05 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.13-1
- Update to 0.0.13
- Serbian keyboards are 'rs' not 'sr' (by Vratislav Podzimek)

View File

@ -1 +1 @@
56f7b928bcd88789a3dd932d83f7194d langtable-0.0.13.tar.gz
f3bc1c80ed8c010947728679a62827ba langtable-0.0.14.tar.gz