This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] szl_PL locale: Spelling corrections (bug 24652).


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2bd81b60d6ffdf7e0d22006d69f4b812b1c80513

commit 2bd81b60d6ffdf7e0d22006d69f4b812b1c80513
Author: Grzegorz Kulik <gregorykkulik@gmail.com>
Date:   Tue Jun 18 18:41:19 2019 +0200

    szl_PL locale: Spelling corrections (bug 24652).
    
    This commit also provides the correct month names in both nominative
    and genitive case for Silesian language, as required by the fix for
    the bug 10871.
    
    	[BZ #24652]
    	* localedata/locales/szl_PL (abday): Spelling corrections.
    	(day): Likewise.
    	(abmon): Likewise.
    	(mon): Rename to...
    	(alt_mon): This, then apply spelling corrections.
    	(mon): New entry, month names in the genitive case.

Diff:
---
 ChangeLog                 | 10 ++++++++++
 localedata/locales/szl_PL | 42 +++++++++++++++++++++++++++---------------
 2 files changed, 37 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index deee770..a3348ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-06-24  Grzegorz Kulik  <gregorykkulik@gmail.com>
+
+	[BZ #24652]
+	* localedata/locales/szl_PL (abday): Spelling corrections.
+	(day): Likewise.
+	(abmon): Likewise.
+	(mon): Rename to...
+	(alt_mon): This, then apply spelling corrections.
+	(mon): New entry, month names in the genitive case.
+
 2019-06-21  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	[BZ #23831]
diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index 8d5de21..590b70c 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -132,34 +132,46 @@ END LC_NUMERIC
 
 LC_TIME
 abday   "niy";"py<U0144>";/
-        "wt<U014F>";"str";/
-        "szt";"pj<U014D>";/
+        "wto";"str";/
+        "szt";"pi<U014D>";/
         "sob"
 day     "niydziela";/
-        "py<U0144>dzi<U014F>ek";/
-        "wt<U014F>rek";/
-        "strz<U014F>da";/
+        "py<U0144>dziaÅ?ek";/
+        "wtorek";/
+        "strzoda";/
         "sztwortek";/
-        "pj<U014D>ntek";/
-        "sob<U014F>ta"
+        "pi<U014D>ntek";/
+        "sobota"
 abmon   "sty";"lut";/
-        "mer";"kwj";/
+        "mar";"kwi";/
         "moj";"czy";/
-        "lip";"siy";/
+        "lip";"sie";/
         "wrz";"pa<U017A>";/
         "lis";"gru"
-mon     "styczy<U0144>";/
+alt_mon "styczy<U0144>";/
         "luty";/
-        "merc";/
-        "kwjeciy<U0144>";/
+        "marzec";/
+        "kwieciy<U0144>";/
         "moj";/
-        "czyrwjy<U0144>";/
-        "lipjy<U0144>";/
-        "siyrpjy<U0144>";/
+        "czyrwiec";/
+        "lipiec";/
+        "sierpiy<U0144>";/
         "wrzesiy<U0144>";/
         "pa<U017A>dziernik";/
         "listopad";/
         "grudziy<U0144>"
+mon     "stycznia";/
+        "lutego";/
+        "marca";/
+        "kwietnia";/
+        "moja";/
+        "czyrwca";/
+        "lipca";/
+        "sierpnia";/
+        "wrze<U015B>nia";/
+        "pa<U017A>dziernika";/
+        "listopada";/
+        "grudnia"
 d_t_fmt "%a, %-d %b %Y, %T"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]