mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-8709 Merge CLDR ticket 4038 ( Spanish currency format)
X-SVN-Rev: 30356
This commit is contained in:
parent
e4d0866669
commit
ec44df4e86
7 changed files with 8 additions and 8 deletions
|
@ -2073,5 +2073,5 @@ es{
|
|||
CurrencyUnitPatterns{
|
||||
other{"{0} {1}"}
|
||||
}
|
||||
Version{"2.0.59.53"}
|
||||
Version{"2.0.60.15"}
|
||||
}
|
||||
|
|
|
@ -729,7 +729,7 @@ es{
|
|||
VALENCIA{"Valenciano"}
|
||||
WADEGILE{"Romanización Wade-Giles"}
|
||||
}
|
||||
Version{"2.0.59.53"}
|
||||
Version{"2.0.60.15"}
|
||||
codePatterns{
|
||||
language{"Idioma: {0}"}
|
||||
script{"Dialecto: {0}"}
|
||||
|
|
|
@ -24,7 +24,7 @@ es{
|
|||
NumberElements{
|
||||
latn{
|
||||
patterns{
|
||||
currencyFormat{"¤ #,##0.00"}
|
||||
currencyFormat{"#,##0.00 ¤"}
|
||||
decimalFormat{"#,##0.###"}
|
||||
percentFormat{"#,##0%"}
|
||||
scientificFormat{"#E0"}
|
||||
|
@ -43,7 +43,7 @@ es{
|
|||
}
|
||||
}
|
||||
}
|
||||
Version{"2.0.59.53"}
|
||||
Version{"2.0.60.15"}
|
||||
calendar{
|
||||
buddhist{
|
||||
DateTimePatterns{
|
||||
|
|
|
@ -303,5 +303,5 @@ es{
|
|||
ZW{"Zimbabue"}
|
||||
ZZ{"Región desconocida"}
|
||||
}
|
||||
Version{"2.0.59.53"}
|
||||
Version{"2.0.60.15"}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* ICU <specials> source: <path>/xml/main/es.xml
|
||||
*/
|
||||
es{
|
||||
Version{"2.0.59.53"}
|
||||
Version{"2.0.60.15"}
|
||||
zoneStrings{
|
||||
"Africa:Abidjan"{
|
||||
ec{"Abiyán"}
|
||||
|
|
|
@ -471,7 +471,7 @@ static void TestCurrencyPreEuro(void)
|
|||
|
||||
const char* result[]={
|
||||
"2\\u00A0\\u20A7", "2\\u00A0F", "IEP1.50", "1,50\\u00A0FIM", "2\\u00A0F", "ITL\\u00A02",
|
||||
"1$50\\u00A0Esc.", "\\u00F6S\\u00A01,50", "1,50\\u00A0\\u0394\\u03C1\\u03C7", "\\u20A7\\u00A02", "1,50\\u00A0FB", "IEP1.50",
|
||||
"1$50\\u00A0Esc.", "\\u00F6S\\u00A01,50", "1,50\\u00A0\\u0394\\u03C1\\u03C7", "2\\u00A0\\u20A7", "1,50\\u00A0FB", "IEP1.50",
|
||||
"1,50\\u00A0BEF", "1,50\\u00A0DEM", "1,50\\u00A0BEF", "2\\u00A0\\u20A7", "1,50\\u00A0F", "2\\u00A0\\u20A7",
|
||||
"NLG\\u00A01,50"
|
||||
};
|
||||
|
|
|
@ -693,7 +693,7 @@ static const char* testCases[][2]= {
|
|||
{"de_LU_PREEURO", "1,150\\u00A0F" },
|
||||
{"el_GR_PREEURO", "1.150,50\\u00A0\\u0394\\u03C1\\u03C7" },
|
||||
{"en_BE_PREEURO", "1.150,50\\u00A0BEF" },
|
||||
{"es_ES_PREEURO", "\\u20A7\\u00A01.150" },
|
||||
{"es_ES_PREEURO", "1.150\\u00A0\\u20A7" },
|
||||
{"eu_ES_PREEURO", "1.150\\u00A0\\u20A7" },
|
||||
{"gl_ES_PREEURO", "1.150\\u00A0\\u20A7" },
|
||||
{"it_IT_PREEURO", "ITL\\u00A01.150" },
|
||||
|
|
Loading…
Add table
Reference in a new issue