From 5a56669de6232cf929844e1ff7f521c9b16dc286 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Sun, 15 Sep 2013 22:21:40 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + langtable.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 682ed2c..e30d061 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/langtable.spec b/langtable.spec index 00b8d0d..63ee767 100644 --- a/langtable.spec +++ b/langtable.spec @@ -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 - 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 - 0.0.13-1 - Update to 0.0.13 - Serbian keyboards are 'rs' not 'sr' (by Vratislav Podzimek) diff --git a/sources b/sources index 04b8b5d..766f1bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56f7b928bcd88789a3dd932d83f7194d langtable-0.0.13.tar.gz +f3bc1c80ed8c010947728679a62827ba langtable-0.0.14.tar.gz