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]

[COMMITTED PATCH] [BZ #18618] locales/ce_RU: sync with other *_RU locales


From: Arslanbek Astemirov <mail.ru>

[BZ #18618]
* locales/ce_RU (LC_IDENTIFICATION): Fix language.
(LC_TIME): Set first_weekday and first_workday.
(LC_NUMERIC): Copy ru_RU.
---
 NEWS                     |  2 +-
 localedata/ChangeLog     |  7 +++++++
 localedata/locales/ce_RU | 10 ++++------
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU
index 0fbc0ba..cdeffaf 100644
--- a/localedata/locales/ce_RU
+++ b/localedata/locales/ce_RU
@@ -7,7 +7,7 @@ LC_IDENTIFICATION
 title      "Chechen locale for RUSSIAN FEDERATION"
 source       "ANCHR"
 address      "364024, ChR, Grozny, pr-kt of M. Esambayev, 13"
-language  "ce"
+language  "Chechen"
 territory "RUSSIAN FEDERATION"
 revision  "1.0"
 date      "2014-08-25"
@@ -90,14 +90,12 @@ t_fmt         "<U0025><U0054>"
 %
 am_pm         "";""
 t_fmt_ampm    ""
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_NUMERIC
-% ,
-decimal_point "<U002C>"
-thousands_sep ""
-% 3;3
-grouping      3;3
+copy "ru_RU"
 END LC_NUMERIC
 
 LC_MONETARY
-- 
ldv


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