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]

[RFC][PATCH v5 11/13] cs_CZ: Add alternative month names (bug 10871).


[BZ #10871]
* localedata/locales/cs_CZ: alternative month names added, basic month
names are genitive now.
---
 localedata/locales/cs_CZ | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index 7a278e4..a559cc5 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -2379,7 +2379,7 @@ day		"<U004E><U0065><U0064><U011B><U006C><U0065>";/
 		"<U0050><U00E1><U0074><U0065><U006B>";/
 		"<U0053><U006F><U0062><U006F><U0074><U0061>"
 
-mon		"<U006C><U0065><U0064><U0065><U006E>";/
+alt_mon		"<U006C><U0065><U0064><U0065><U006E>";/
 		"<U00FA><U006E><U006F><U0072>";/
 		"<U0062><U0159><U0065><U007A><U0065><U006E>";/
 		"<U0064><U0075><U0062><U0065><U006E>";/
@@ -2441,6 +2441,19 @@ abmon		"<U006C><U0065><U0064>";/
 %		"<U004E><U006F><U0076>";/
 %		"<U0044><U0065><U0063>"
 
+mon		"<U006C><U0065><U0064><U006E><U0061>";/
+		"<U00FA><U006E><U006F><U0072><U0061>";/
+		"<U0062><U0159><U0065><U007A><U006E><U0061>";/
+		"<U0064><U0075><U0062><U006E><U0061>";/
+		"<U006B><U0076><U011B><U0074><U006E><U0061>";/
+		"<U010D><U0065><U0072><U0076><U006E><U0061>";/
+		"<U010D><U0065><U0072><U0076><U0065><U006E><U0063><U0065>";/
+		"<U0073><U0072><U0070><U006E><U0061>";/
+		"<U007A><U00E1><U0159><U00ED>";/
+		"<U0159><U00ED><U006A><U006E><U0061>";/
+		"<U006C><U0069><U0073><U0074><U006F><U0070><U0061><U0064><U0075>";/
+		"<U0070><U0072><U006F><U0073><U0069><U006E><U0063><U0065>"
+
 week		7;19971130;4
 first_weekday	2
 
-- 
2.7.4


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