mirror of git://sourceware.org/git/glibc.git
locales/ce_RU: sync with other *_RU locales
[BZ #18618] * locales/ce_RU (LC_IDENTIFICATION): Fix language. (LC_TIME): Set first_weekday and first_workday. (LC_NUMERIC): Copy ru_RU.
This commit is contained in:
parent
86955bf62e
commit
db2bcbcb63
2
NEWS
2
NEWS
|
@ -8,7 +8,7 @@ using `glibc' in the "product" field.
|
||||||
Version 2.23
|
Version 2.23
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
16519, 18265, 18525, 18647, 18661.
|
16519, 18265, 18525, 18618, 18647, 18661.
|
||||||
|
|
||||||
Version 2.22
|
Version 2.22
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2015-08-07 Arslanbek Astemirov <astemirow@mail.ru>
|
||||||
|
|
||||||
|
[BZ #18618]
|
||||||
|
* locales/ce_RU (LC_IDENTIFICATION): Fix language.
|
||||||
|
(LC_TIME): Set first_weekday and first_workday.
|
||||||
|
(LC_NUMERIC): Copy ru_RU.
|
||||||
|
|
||||||
2015-07-21 Khem Raj <raj.khem@gmail.com>
|
2015-07-21 Khem Raj <raj.khem@gmail.com>
|
||||||
|
|
||||||
[BZ #17475]
|
[BZ #17475]
|
||||||
|
|
|
@ -7,7 +7,7 @@ LC_IDENTIFICATION
|
||||||
title "Chechen locale for RUSSIAN FEDERATION"
|
title "Chechen locale for RUSSIAN FEDERATION"
|
||||||
source "ANCHR"
|
source "ANCHR"
|
||||||
address "364024, ChR, Grozny, pr-kt of M. Esambayev, 13"
|
address "364024, ChR, Grozny, pr-kt of M. Esambayev, 13"
|
||||||
language "ce"
|
language "Chechen"
|
||||||
territory "RUSSIAN FEDERATION"
|
territory "RUSSIAN FEDERATION"
|
||||||
revision "1.0"
|
revision "1.0"
|
||||||
date "2014-08-25"
|
date "2014-08-25"
|
||||||
|
@ -90,14 +90,12 @@ t_fmt "<U0025><U0054>"
|
||||||
%
|
%
|
||||||
am_pm "";""
|
am_pm "";""
|
||||||
t_fmt_ampm ""
|
t_fmt_ampm ""
|
||||||
|
first_weekday 2
|
||||||
|
first_workday 2
|
||||||
END LC_TIME
|
END LC_TIME
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
% ,
|
copy "ru_RU"
|
||||||
decimal_point "<U002C>"
|
|
||||||
thousands_sep ""
|
|
||||||
% 3;3
|
|
||||||
grouping 3;3
|
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
|
|
Loading…
Reference in New Issue