This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[RFC][PATCH v2 5/6] ru_RU: Add alternative month names (bug 10871).
- From: Rafal Luzynski <digitalfreak at lingonborough dot com>
- To: libc-alpha at sourceware dot org
- Date: Fri, 25 Mar 2016 01:58:08 +0100 (CET)
- Subject: [RFC][PATCH v2 5/6] ru_RU: Add alternative month names (bug 10871).
- Authentication-results: sourceware.org; auth=none
- Reply-to: Rafal Luzynski <digitalfreak at lingonborough dot com>
This patch also changes these month names (which are nominative) to
lowercase, as required in the bug report.
[BZ #10871]
* localedata/locales/ru_RU: alternative month names added. Basic month
names are now in genitive case. All month names changed to lowercase.
---
localedata/locales/ru_RU | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 635193f..82bef8b 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -121,18 +121,18 @@ abday "<U0412><U0441>";/
"<U0427><U0442>";/
"<U041F><U0442>";/
"<U0421><U0431>"
-mon "<U042F><U043D><U0432><U0430><U0440><U044C>";/
- "<U0424><U0435><U0432><U0440><U0430><U043B><U044C>";/
- "<U041C><U0430><U0440><U0442>";/
- "<U0410><U043F><U0440><U0435><U043B><U044C>";/
- "<U041C><U0430><U0439>";/
- "<U0418><U044E><U043D><U044C>";/
- "<U0418><U044E><U043B><U044C>";/
- "<U0410><U0432><U0433><U0443><U0441><U0442>";/
- "<U0421><U0435><U043D><U0442><U044F><U0431><U0440><U044C>";/
- "<U041E><U043A><U0442><U044F><U0431><U0440><U044C>";/
- "<U041D><U043E><U044F><U0431><U0440><U044C>";/
- "<U0414><U0435><U043A><U0430><U0431><U0440><U044C>"
+mon "<U044F><U043D><U0432><U0430><U0440><U044F>";/
+ "<U0444><U0435><U0432><U0440><U0430><U043B><U044F>";/
+ "<U043C><U0430><U0440><U0442><U0430>";/
+ "<U0430><U043F><U0440><U0435><U043B><U044F>";/
+ "<U043C><U0430><U044F>";/
+ "<U0438><U044E><U043D><U044F>";/
+ "<U0438><U044E><U043B><U044F>";/
+ "<U0430><U0432><U0433><U0443><U0441><U0442><U0430>";/
+ "<U0441><U0435><U043D><U0442><U044F><U0431><U0440><U044F>";/
+ "<U043E><U043A><U0442><U044F><U0431><U0440><U044F>";/
+ "<U043D><U043E><U044F><U0431><U0440><U044F>";/
+ "<U0434><U0435><U043A><U0430><U0431><U0440><U044F>"
abmon "<U044F><U043D><U0432>";/
"<U0444><U0435><U0432>";/
"<U043C><U0430><U0440>";/
@@ -156,6 +156,18 @@ date_fmt
"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0025><U005A><U0020><U0025><U0059>"
first_weekday 2
first_workday 2
+alt_mon "<U044F><U043D><U0432><U0430><U0440><U044C>";/
+ "<U0444><U0435><U0432><U0440><U0430><U043B><U044C>";/
+ "<U043C><U0430><U0440><U0442>";/
+ "<U0430><U043F><U0440><U0435><U043B><U044C>";/
+ "<U043C><U0430><U0439>";/
+ "<U0438><U044E><U043D><U044C>";/
+ "<U0438><U044E><U043B><U044C>";/
+ "<U0430><U0432><U0433><U0443><U0441><U0442>";/
+ "<U0441><U0435><U043D><U0442><U044F><U0431><U0440><U044C>";/
+ "<U043E><U043A><U0442><U044F><U0431><U0440><U044C>";/
+ "<U043D><U043E><U044F><U0431><U0440><U044C>";/
+ "<U0434><U0435><U043A><U0430><U0431><U0440><U044C>"
END LC_TIME
LC_PAPER
--
2.5.0