mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-629 Add eu_ES_EURO locale
X-SVN-Rev: 4196
This commit is contained in:
parent
7841e99f75
commit
e94ae29e7b
3 changed files with 21 additions and 2 deletions
19
icu4c/data/eu_ES_EURO.txt
Normal file
19
icu4c/data/eu_ES_EURO.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
eu_ES_EURO {
|
||||
CurrencyElements {
|
||||
"\u20AC",
|
||||
"EUR",
|
||||
",",
|
||||
}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||||
"#,##0%",
|
||||
}
|
||||
}
|
|
@ -45,7 +45,7 @@ es_GT.txt es_HN.txt es_MX.txt es_NI.txt es_PA.txt\
|
|||
es_PE.txt es_PR.txt es_PY.txt es_SV.txt es_US.txt\
|
||||
es_UY.txt es_VE.txt\
|
||||
et.txt et_EE.txt\
|
||||
eu.txt eu_ES.txt\
|
||||
eu.txt eu_ES.txt eu_ES_EURO.txt\
|
||||
fa.txt fa_IR.txt\
|
||||
fi.txt fi_FI.txt fi_FI_EURO.txt\
|
||||
fo.txt fo_FO.txt\
|
||||
|
|
|
@ -45,7 +45,7 @@ es_GT.txt es_HN.txt es_MX.txt es_NI.txt es_PA.txt\
|
|||
es_PE.txt es_PR.txt es_PY.txt es_SV.txt es_US.txt\
|
||||
es_UY.txt es_VE.txt\
|
||||
et.txt et_EE.txt\
|
||||
eu.txt eu_ES.txt\
|
||||
eu.txt eu_ES.txt eu_ES_EURO.txt\
|
||||
fa.txt fa_IR.txt\
|
||||
fi.txt fi_FI.txt fi_FI_EURO.txt\
|
||||
fo.txt fo_FO.txt\
|
||||
|
|
Loading…
Add table
Reference in a new issue