mirror of git://sourceware.org/git/glibc.git
localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator
Resolves: BZ # 31204
This commit is contained in:
parent
ecc7c3deb9
commit
cdce63a767
|
@ -265,8 +265,8 @@ n_sign_posn 1
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
decimal_point "."
|
decimal_point ","
|
||||||
thousands_sep ","
|
thousands_sep "<U202F>"
|
||||||
grouping 3;3
|
grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
|
|
@ -172,8 +172,8 @@ n_sign_posn 1
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
decimal_point "."
|
decimal_point ","
|
||||||
thousands_sep ","
|
thousands_sep "<U202F>"
|
||||||
grouping 3;3
|
grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue