This is the mail archive of the libc-alpha@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]

[PATCH 1/2] csb_PL: Update month translations + add yesstr/nostr (bug 19485).


Thank you Michal Ostrowski for the feedback.

	[BZ #19485]
	* localedata/locales/csb_PL (mon): Fix typos:
	"łżëkwiôt" -> "łżëkwiat" (April); "lëpinc" -> "lëpińc" (July).
	(yesstr): Add, value is "jo".
	(nostr): Add, value is "nié".
---
 localedata/locales/csb_PL | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/localedata/locales/csb_PL b/localedata/locales/csb_PL
index 1038941..fa82966 100644
--- a/localedata/locales/csb_PL
+++ b/localedata/locales/csb_PL
@@ -122,6 +122,8 @@ END LC_COLLATE
 LC_MESSAGES
 yesexpr "^[+1JjTtYy]"
 noexpr  "^[-0nN]"
+yesstr  "jo"
+nostr   "ni<U00E9>"
 END LC_MESSAGES
 
 LC_MONETARY
@@ -154,10 +156,10 @@ abmon  "st<U00EB>"; "gro";/
 mon    "st<U00EB>cznik";/
         "gromicznik";/
         "str<U00EB>miannik";/
-        "<U0142><U017C><U00EB>kwi<U00F4>t";/
+        "<U0142><U017C><U00EB>kwiat";/
         "m<U00F4>j";/
         "czerwi<U0144>c";/
-        "l<U00EB>pinc";/
+        "l<U00EB>pi<U0144>c";/
         "z<U00E9>lnik";/
         "s<U00E9>wnik";/
         "rujan";/
-- 
2.7.5


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