mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
[BZ#14510]
* locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. * locales/es_GT: Likewise. * locales/es_HN: Likewise. * locales/es_MX: Likewise. * locales/es_NI: Likewise. * locales/es_PA: Likewise. * locales/es_PR: Likewise. * locales/es_SV: Likewise.
This commit is contained in:
parent
ff04dda46d
commit
a0bbdad364
2
NEWS
2
NEWS
@ -71,7 +71,7 @@ Version 2.16
|
||||
14043, 14044, 14048, 14049, 14050, 14053, 14055, 14059, 14064, 14075,
|
||||
14080, 14083, 14103, 14104, 14109, 14112, 14117, 14122, 14123, 14134,
|
||||
14153, 14183, 14188, 14199, 14210, 14218, 14229, 14241, 14273, 14277,
|
||||
14278
|
||||
14278, 14510
|
||||
|
||||
* Support for the x32 ABI on x86-64 added. The x32 target is selected by
|
||||
configuring glibc with:
|
||||
|
@ -1,3 +1,15 @@
|
||||
2012-09-05 Jeff Law <law@redhat.com>
|
||||
|
||||
[BZ#14510]
|
||||
* locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
|
||||
* locales/es_GT: Likewise.
|
||||
* locales/es_HN: Likewise.
|
||||
* locales/es_MX: Likewise.
|
||||
* locales/es_NI: Likewise.
|
||||
* locales/es_PA: Likewise.
|
||||
* locales/es_PR: Likewise.
|
||||
* locales/es_SV: Likewise.
|
||||
|
||||
2012-06-20 Petr Baudis <pasky@ucw.cz>
|
||||
|
||||
* locales/mag_IN: Fix comment character.
|
||||
|
@ -78,7 +78,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -77,7 +77,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -78,7 +78,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -78,7 +78,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U2009>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -69,7 +69,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -78,7 +78,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002c>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -69,7 +69,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
@ -78,7 +78,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "es_ES"
|
||||
decimal_point "<U002E>"
|
||||
thousands_sep "<U002C>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
Loading…
Reference in New Issue
Block a user