[maemo-commits] [maemo-commits] r17877 - in projects/haf/trunk/posix-locales: debian locales

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 30 17:18:42 EEST 2009
Author: schulhof
Date: 2009-03-30 17:18:38 +0300 (Mon, 30 Mar 2009)
New Revision: 17877

Modified:
   projects/haf/trunk/posix-locales/debian/changelog
   projects/haf/trunk/posix-locales/locales/el_GR
   projects/haf/trunk/posix-locales/locales/en_GB
   projects/haf/trunk/posix-locales/locales/en_US
   projects/haf/trunk/posix-locales/locales/es_ES
   projects/haf/trunk/posix-locales/locales/es_MX
   projects/haf/trunk/posix-locales/locales/fi_FI
   projects/haf/trunk/posix-locales/locales/it_IT
   projects/haf/trunk/posix-locales/locales/nl_NL
   projects/haf/trunk/posix-locales/locales/no_NO
   projects/haf/trunk/posix-locales/locales/pl_PL
   projects/haf/trunk/posix-locales/locales/pt_BR
   projects/haf/trunk/posix-locales/locales/pt_PT
   projects/haf/trunk/posix-locales/locales/ru_RU
   projects/haf/trunk/posix-locales/locales/sv_SE
Log:
Fixes: NB#107785

Modified: projects/haf/trunk/posix-locales/debian/changelog
===================================================================
--- projects/haf/trunk/posix-locales/debian/changelog	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/debian/changelog	2009-03-30 14:18:38 UTC (rev 17877)
@@ -1,3 +1,10 @@
+posix-locales (2.6.0-2osso1) unstable; urgency=low
+
+  * Updated transliteration informations (from latest libc)
+  * Fixes: NB#107785 - transliteration information missing in posix-locales 
+
+ -- David Kedves <kedazo at gmail.com>  Mon, 30 Mar 2009 14:01:42 +0200
+
 posix-locales (2.6.0-1osso1) unstable; urgency=low
 
   * Added: enable Polish locale 

Modified: projects/haf/trunk/posix-locales/locales/el_GR
===================================================================
--- projects/haf/trunk/posix-locales/locales/el_GR	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/el_GR	2009-03-30 14:18:38 UTC (rev 17877)
@@ -51,6 +51,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/en_GB
===================================================================
--- projects/haf/trunk/posix-locales/locales/en_GB	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/en_GB	2009-03-30 14:18:38 UTC (rev 17877)
@@ -48,6 +48,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_COLLATE

Modified: projects/haf/trunk/posix-locales/locales/en_US
===================================================================
--- projects/haf/trunk/posix-locales/locales/en_US	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/en_US	2009-03-30 14:18:38 UTC (rev 17877)
@@ -32,6 +32,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_COLLATE

Modified: projects/haf/trunk/posix-locales/locales/es_ES
===================================================================
--- projects/haf/trunk/posix-locales/locales/es_ES	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/es_ES	2009-03-30 14:18:38 UTC (rev 17877)
@@ -2114,6 +2114,10 @@
 
 LC_CTYPE
 copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/es_MX
===================================================================
--- projects/haf/trunk/posix-locales/locales/es_MX	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/es_MX	2009-03-30 14:18:38 UTC (rev 17877)
@@ -53,6 +53,10 @@
 
 LC_CTYPE
 copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/fi_FI
===================================================================
--- projects/haf/trunk/posix-locales/locales/fi_FI	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/fi_FI	2009-03-30 14:18:38 UTC (rev 17877)
@@ -2119,6 +2119,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MONETARY

Modified: projects/haf/trunk/posix-locales/locales/it_IT
===================================================================
--- projects/haf/trunk/posix-locales/locales/it_IT	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/it_IT	2009-03-30 14:18:38 UTC (rev 17877)
@@ -51,6 +51,10 @@
 
 LC_CTYPE
 copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/nl_NL
===================================================================
--- projects/haf/trunk/posix-locales/locales/nl_NL	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/nl_NL	2009-03-30 14:18:38 UTC (rev 17877)
@@ -47,6 +47,10 @@
 
 LC_CTYPE
 copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_COLLATE

Modified: projects/haf/trunk/posix-locales/locales/no_NO
===================================================================
--- projects/haf/trunk/posix-locales/locales/no_NO	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/no_NO	2009-03-30 14:18:38 UTC (rev 17877)
@@ -2126,6 +2126,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MONETARY

Modified: projects/haf/trunk/posix-locales/locales/pl_PL
===================================================================
--- projects/haf/trunk/posix-locales/locales/pl_PL	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/pl_PL	2009-03-30 14:18:38 UTC (rev 17877)
@@ -2114,6 +2114,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/pt_BR
===================================================================
--- projects/haf/trunk/posix-locales/locales/pt_BR	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/pt_BR	2009-03-30 14:18:38 UTC (rev 17877)
@@ -81,6 +81,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_NUMERIC

Modified: projects/haf/trunk/posix-locales/locales/pt_PT
===================================================================
--- projects/haf/trunk/posix-locales/locales/pt_PT	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/pt_PT	2009-03-30 14:18:38 UTC (rev 17877)
@@ -74,6 +74,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_NUMERIC

Modified: projects/haf/trunk/posix-locales/locales/ru_RU
===================================================================
--- projects/haf/trunk/posix-locales/locales/ru_RU	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/ru_RU	2009-03-30 14:18:38 UTC (rev 17877)
@@ -66,6 +66,10 @@
 
 LC_CTYPE
 copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MESSAGES

Modified: projects/haf/trunk/posix-locales/locales/sv_SE
===================================================================
--- projects/haf/trunk/posix-locales/locales/sv_SE	2009-03-30 14:07:40 UTC (rev 17876)
+++ projects/haf/trunk/posix-locales/locales/sv_SE	2009-03-30 14:18:38 UTC (rev 17877)
@@ -109,6 +109,9 @@
 
 LC_CTYPE
 copy "i18n"
+translit_start
+include "translit_combining";""
+translit_end
 END LC_CTYPE
 
 LC_MONETARY


More information about the maemo-commits mailing list