mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-3938 Partial incorporation of CLDR data. Some of the currency, weekend and DateTimeElements will be fixed later when the draftness is removed from some of the data.
X-SVN-Rev: 16464
This commit is contained in:
parent
2e69aa04e2
commit
e10141ecc9
246 changed files with 1264 additions and 1810 deletions
|
@ -268,10 +268,11 @@ static const ILcidPosixElement hr[] = {
|
|||
{0x141a, "bs_BA"}, /* Bosnian, Bosnia and Herzegovina */
|
||||
{0x141a, "bs"}, /* Bosnian */
|
||||
{0x041a, "hr_HR"}, /* Croatian*/
|
||||
{0x081a, "sh_YU"}, /* Serbo-Croatian*/
|
||||
{0x081a, "sh"}, /* It's 0x1a or 0x081a, pick one to make the test program happy. */
|
||||
{0x0c1a, "sr_YU"}, /* Serbian*/
|
||||
{0x0c1a, "sr"}, /* It's 0x1a or 0x0c1a, pick one to make the test program happy. */
|
||||
{0x081a, "sr_Latn_YU"}, /* Serbo-Croatian*/
|
||||
{0x081a, "sr_Latn"}, /* It's 0x1a or 0x081a, pick one to make the test program happy. */
|
||||
{0x0c1a, "sr_Cyrl_YU"}, /* Serbian*/
|
||||
{0x0c1a, "sr_Cyrl"}, /* It's 0x1a or 0x0c1a, pick one to make the test program happy. */
|
||||
{0x0c1a, "sr"}, /* It's 0x1a or 0x0c1a, pick one to make the test program happy. */
|
||||
};
|
||||
|
||||
ILCID_POSIX_ELEMENT_ARRAY(0x040e, hu, hu_HU)
|
||||
|
@ -451,21 +452,19 @@ ILCID_POSIX_ELEMENT_ARRAY(0x046a, yo, yo_NG) /* TODO: Verify the country */
|
|||
/* TODO: Make the locales with the script the primary locale once the names are implemented in the resources. */
|
||||
static const ILcidPosixElement zh[] = {
|
||||
{0x04, "zh"},
|
||||
{0x0804, "zh_CN"},
|
||||
{0x0804, "zh_Hans_CN"},
|
||||
{0x0c04, "zh_HK"},
|
||||
{0x0804, "zh_CN"},
|
||||
{0x0c04, "zh_Hant_HK"},
|
||||
{0x1404, "zh_MO"},
|
||||
{0x0c04, "zh_HK"},
|
||||
{0x1404, "zh_Hant_MO"},
|
||||
{0x1004, "zh_SG"},
|
||||
{0x1404, "zh_MO"},
|
||||
{0x1004, "zh_Hans_SG"},
|
||||
{0x0404, "zh_TW"},
|
||||
{0x1004, "zh_SG"},
|
||||
{0x0404, "zh_Hant_TW"},
|
||||
{0x30404,"zh_TW"}, /* Bopomofo order */
|
||||
{0x0404, "zh_TW"},
|
||||
{0x30404,"zh_Hant_TW"},
|
||||
{0x20404,"zh_TW@collation=STROKE"},
|
||||
{0x20404,"zh_TW_STROKE"}, /* remove? */
|
||||
{0x20404,"zh_Hant_TW_STROKE"}
|
||||
{0x30404,"zh_TW"}, /* Bopomofo order */
|
||||
{0x20404,"zh_TW@collation=STROKE"}
|
||||
};
|
||||
|
||||
ILCID_POSIX_ELEMENT_ARRAY(0x0435, zu, zu_ZA) /* TODO: Verify the country */
|
||||
|
|
|
@ -30,7 +30,7 @@ typedef enum UScriptCode {
|
|||
USCRIPT_BENGALI = 4, /* Beng */
|
||||
USCRIPT_BOPOMOFO = 5, /* Bopo */
|
||||
USCRIPT_CHEROKEE = 6, /* Cher */
|
||||
USCRIPT_COPTIC = 7, /* Qaac */
|
||||
USCRIPT_COPTIC = 7, /* Copt */
|
||||
USCRIPT_CYRILLIC = 8, /* Cyrl (Cyrs) */
|
||||
USCRIPT_DESERET = 9, /* Dsrt */
|
||||
USCRIPT_DEVANAGARI = 10, /* Deva */
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:41
|
||||
// * Source File: \work\locale\common\main\\af.xml
|
||||
// * Source File: ../../../locale/common/main\af.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\af.xml
|
||||
*/
|
||||
af{
|
||||
Countries{
|
||||
AE{"Verenigde Arabiese Emirate"}
|
||||
|
@ -169,7 +171,6 @@ af{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"vm.",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:41
|
||||
// * Source File: \work\locale\common\main\\af_ZA.xml
|
||||
// * Source File: ../../../locale/common/main\af_ZA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
af_ZA{
|
||||
|
@ -16,7 +15,6 @@ af_ZA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:41
|
||||
// * Source File: \work\locale\common\main\\am.xml
|
||||
// * Source File: ../../../locale/common/main\am.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\am.xml
|
||||
*/
|
||||
am{
|
||||
Countries{
|
||||
AD{"አንዶራ"}
|
||||
|
@ -290,7 +292,6 @@ am{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
7,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:42
|
||||
// * Source File: \work\locale\common\main\\am_ET.xml
|
||||
// * Source File: ../../../locale/common/main\am_ET.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
am_ET{
|
||||
|
@ -22,7 +21,6 @@ am_ET{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"ጡዋት",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/20 7:3
|
||||
// * Source File: \work\locale\common\main\\ar.xml
|
||||
// * Source File: ../../../locale/common/main\ar.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\ar.xml
|
||||
*/
|
||||
ar{
|
||||
Countries{
|
||||
AD{"اندورا"}
|
||||
|
@ -351,7 +353,6 @@ ar{
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"ص",
|
||||
|
|
|
@ -3,21 +3,9 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:42
|
||||
// * Source File: \work\locale\common\main\\ar_AE.xml
|
||||
// * Source File: ../../../locale/common/main\ar_AE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_AE{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,21 +3,9 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:43
|
||||
// * Source File: \work\locale\common\main\\ar_BH.xml
|
||||
// * Source File: ../../../locale/common/main\ar_BH.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_BH{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:43
|
||||
// * Source File: \work\locale\common\main\\ar_DZ.xml
|
||||
// * Source File: ../../../locale/common/main\ar_DZ.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_DZ{
|
||||
|
@ -23,15 +22,4 @@ ar_DZ{
|
|||
"+",
|
||||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,21 +3,9 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:43
|
||||
// * Source File: \work\locale\common\main\\ar_EG.xml
|
||||
// * Source File: ../../../locale/common/main\ar_EG.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_EG{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
6,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:44
|
||||
// * Source File: \work\locale\common\main\\ar_IN.xml
|
||||
// * Source File: ../../../locale/common/main\ar_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_IN{
|
||||
|
@ -16,7 +15,6 @@ ar_IN{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:44
|
||||
// * Source File: \work\locale\common\main\\ar_IQ.xml
|
||||
// * Source File: ../../../locale/common/main\ar_IQ.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_IQ{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:44
|
||||
// * Source File: \work\locale\common\main\\ar_JO.xml
|
||||
// * Source File: ../../../locale/common/main\ar_JO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_JO{
|
||||
|
@ -16,7 +15,6 @@ ar_JO{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
@ -63,12 +61,6 @@ ar_JO{
|
|||
}
|
||||
}
|
||||
}
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:45
|
||||
// * Source File: \work\locale\common\main\\ar_KW.xml
|
||||
// * Source File: ../../../locale/common/main\ar_KW.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_KW{
|
||||
|
@ -15,15 +14,4 @@ ar_KW{
|
|||
"#E0",
|
||||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:45
|
||||
// * Source File: \work\locale\common\main\\ar_LB.xml
|
||||
// * Source File: ../../../locale/common/main\ar_LB.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_LB{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:45
|
||||
// * Source File: \work\locale\common\main\\ar_LY.xml
|
||||
// * Source File: ../../../locale/common/main\ar_LY.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_LY{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:45
|
||||
// * Source File: \work\locale\common\main\\ar_MA.xml
|
||||
// * Source File: ../../../locale/common/main\ar_MA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_MA{
|
||||
|
|
|
@ -3,21 +3,9 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:46
|
||||
// * Source File: \work\locale\common\main\\ar_OM.xml
|
||||
// * Source File: ../../../locale/common/main\ar_OM.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_OM{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:46
|
||||
// * Source File: \work\locale\common\main\\ar_QA.xml
|
||||
// * Source File: ../../../locale/common/main\ar_QA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_QA{
|
||||
|
@ -16,7 +15,6 @@ ar_QA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
@ -49,12 +47,6 @@ ar_QA{
|
|||
}
|
||||
}
|
||||
}
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:46
|
||||
// * Source File: \work\locale\common\main\\ar_SA.xml
|
||||
// * Source File: ../../../locale/common/main\ar_SA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SA{
|
||||
|
@ -16,7 +15,6 @@ ar_SA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
@ -49,12 +47,6 @@ ar_SA{
|
|||
}
|
||||
}
|
||||
}
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:47
|
||||
// * Source File: \work\locale\common\main\\ar_SD.xml
|
||||
// * Source File: ../../../locale/common/main\ar_SD.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SD{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:47
|
||||
// * Source File: \work\locale\common\main\\ar_SY.xml
|
||||
// * Source File: ../../../locale/common/main\ar_SY.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SY{
|
||||
|
@ -16,7 +15,6 @@ ar_SY{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
5,
|
||||
|
@ -67,12 +65,6 @@ ar_SY{
|
|||
}
|
||||
}
|
||||
}
|
||||
weekend:intvector{
|
||||
6,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:47
|
||||
// * Source File: \work\locale\common\main\\ar_TN.xml
|
||||
// * Source File: ../../../locale/common/main\ar_TN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_TN{
|
||||
|
@ -30,7 +29,6 @@ ar_TN{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:48
|
||||
// * Source File: \work\locale\common\main\\ar_YE.xml
|
||||
// * Source File: ../../../locale/common/main\ar_YE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_YE{
|
||||
|
@ -16,7 +15,6 @@ ar_YE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
@ -49,12 +47,6 @@ ar_YE{
|
|||
}
|
||||
}
|
||||
}
|
||||
weekend:intvector{
|
||||
5,
|
||||
0,
|
||||
7,
|
||||
0,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:48
|
||||
// * Source File: \work\locale\common\main\\be.xml
|
||||
// * Source File: ../../../locale/common/main\be.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\be.xml
|
||||
*/
|
||||
be{
|
||||
Countries{
|
||||
BY{"Беларусь"}
|
||||
|
@ -40,7 +42,6 @@ be{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:48
|
||||
// * Source File: \work\locale\common\main\\be_BY.xml
|
||||
// * Source File: ../../../locale/common/main\be_BY.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
be_BY{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:48
|
||||
// * Source File: \work\locale\common\main\\bg.xml
|
||||
// * Source File: ../../../locale/common/main\bg.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\bg.xml
|
||||
*/
|
||||
bg{
|
||||
Countries{
|
||||
AD{"Андора"}
|
||||
|
@ -311,7 +313,6 @@ bg{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:49
|
||||
// * Source File: \work\locale\common\main\\bg_BG.xml
|
||||
// * Source File: ../../../locale/common/main\bg_BG.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
bg_BG{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:49
|
||||
// * Source File: \work\locale\common\main\\bn.xml
|
||||
// * Source File: ../../../locale/common/main\bn.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\bn.xml
|
||||
*/
|
||||
bn{
|
||||
Countries{
|
||||
AF{"আফগানিস্তান"}
|
||||
|
@ -136,7 +138,6 @@ bn{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"পূর্বাহ্ণ",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:49
|
||||
// * Source File: \work\locale\common\main\\bn_IN.xml
|
||||
// * Source File: ../../../locale/common/main\bn_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
bn_IN{
|
||||
|
@ -16,7 +15,6 @@ bn_IN{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:49
|
||||
// * Source File: \work\locale\common\main\\ca.xml
|
||||
// * Source File: ../../../locale/common/main\ca.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\ca.xml
|
||||
*/
|
||||
ca{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -379,7 +381,6 @@ ca{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:50
|
||||
// * Source File: \work\locale\common\main\\ca_ES.xml
|
||||
// * Source File: ../../../locale/common/main\ca_ES.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_ES{
|
||||
|
@ -16,7 +15,6 @@ ca_ES{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:50
|
||||
// * Source File: \work\locale\common\main\\cs.xml
|
||||
// * Source File: ../../../locale/common/main\cs.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\cs.xml
|
||||
*/
|
||||
cs{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -250,12 +252,6 @@ cs{
|
|||
ZM{"Zambie"}
|
||||
ZW{"Zimbabwe"}
|
||||
}
|
||||
Currencies{
|
||||
CZK{
|
||||
"Kč",
|
||||
"CZK",
|
||||
}
|
||||
}
|
||||
ExemplarCharacters{"[a-z ý á é í ó ú ě ů č ď ň ř š ť ž]"}
|
||||
Languages{
|
||||
aa{"Afarština"}
|
||||
|
@ -417,7 +413,6 @@ cs{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"dop.",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:50
|
||||
// * Source File: \work\locale\common\main\\cs_CZ.xml
|
||||
// * Source File: ../../../locale/common/main\cs_CZ.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
cs_CZ{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:52
|
||||
// * Source File: \work\locale\common\main\\da.xml
|
||||
// * Source File: ../../../locale/common/main\da.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\da.xml
|
||||
*/
|
||||
da{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -2119,6 +2121,7 @@ da{
|
|||
Scripts{
|
||||
Arab{"Arabisk"}
|
||||
Armn{"Armensk"}
|
||||
Copt{"Koptisk"}
|
||||
Cprt{"Cypriotisk"}
|
||||
Cyrl{"Kyrillisk"}
|
||||
Deva{"Devanagarisk"}
|
||||
|
@ -2132,7 +2135,6 @@ da{
|
|||
Ital{"Olditalisk"}
|
||||
Latn{"Latinsk"}
|
||||
Mong{"Mongolsk"}
|
||||
Qaac{"Koptisk"}
|
||||
Runr{"Runer"}
|
||||
Sinh{"Singalesisk"}
|
||||
Syrc{"Syrisk"}
|
||||
|
@ -2161,7 +2163,6 @@ da{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:53
|
||||
// * Source File: \work\locale\common\main\\da_DK.xml
|
||||
// * Source File: ../../../locale/common/main\da_DK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
da_DK{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:55
|
||||
// * Source File: \work\locale\common\main\\de.xml
|
||||
// * Source File: ../../../locale/common/main\de.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\de.xml
|
||||
*/
|
||||
de{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -1841,6 +1843,7 @@ de{
|
|||
Bopo{"Bopomofo"}
|
||||
Brai{"Blindenschrift"}
|
||||
Cher{"Cherokee"}
|
||||
Copt{"Koptisch"}
|
||||
Cprt{"Zypriotisch"}
|
||||
Cyrl{"Kyrillisch"}
|
||||
Deva{"Devanagari"}
|
||||
|
@ -1870,7 +1873,6 @@ de{
|
|||
Ogam{"Ogham"}
|
||||
Orya{"Oriya"}
|
||||
Osma{"Osmanisch"}
|
||||
Qaac{"Koptisch"}
|
||||
Qaai{"Geerbter Schriftwert"}
|
||||
Runr{"Runenschrift"}
|
||||
Sinh{"Singhalesisch"}
|
||||
|
@ -1907,7 +1909,6 @@ de{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"vorm.",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:56
|
||||
// * Source File: \work\locale\common\main\\de_AT.xml
|
||||
// * Source File: ../../../locale/common/main\de_AT.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
de_AT{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:56
|
||||
// * Source File: \work\locale\common\main\\de_BE.xml
|
||||
// * Source File: ../../../locale/common/main\de_BE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
de_BE{
|
||||
|
@ -22,7 +21,6 @@ de_BE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:57
|
||||
// * Source File: \work\locale\common\main\\de_CH.xml
|
||||
// * Source File: ../../../locale/common/main\de_CH.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
de_CH{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:58
|
||||
// * Source File: \work\locale\common\main\\de_DE.xml
|
||||
// * Source File: ../../../locale/common/main\de_DE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
de_DE{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:58
|
||||
// * Source File: \work\locale\common\main\\de_LU.xml
|
||||
// * Source File: ../../../locale/common/main\de_LU.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
de_LU{
|
||||
|
@ -27,7 +26,6 @@ de_LU{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:59
|
||||
// * Source File: \work\locale\common\main\\el.xml
|
||||
// * Source File: ../../../locale/common/main\el.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\el.xml
|
||||
*/
|
||||
el{
|
||||
Countries{
|
||||
AD{"Ανδόρα"}
|
||||
|
@ -355,7 +357,6 @@ el{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"ΠΜ",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 22:59
|
||||
// * Source File: \work\locale\common\main\\el_GR.xml
|
||||
// * Source File: ../../../locale/common/main\el_GR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
el_GR{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:1
|
||||
// * Source File: \work\locale\common\main\\en.xml
|
||||
// * Source File: ../../../locale/common/main\en.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\en.xml
|
||||
*/
|
||||
en{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -2268,6 +2270,7 @@ en{
|
|||
Buhd{"Buhid"}
|
||||
Cans{"Unified Canadian Aboriginal Symbols"}
|
||||
Cher{"Cherokee"}
|
||||
Copt{"Coptic"}
|
||||
Cprt{"Cypriot"}
|
||||
Cyrl{"Cyrillic"}
|
||||
Deva{"Devanagari"}
|
||||
|
@ -2300,7 +2303,6 @@ en{
|
|||
Ogam{"Ogham"}
|
||||
Orya{"Oriya"}
|
||||
Osma{"Osmanya"}
|
||||
Qaac{"Coptic"}
|
||||
Qaai{"Inherited"}
|
||||
Runr{"Runic"}
|
||||
Shaw{"Shavian"}
|
||||
|
@ -2341,7 +2343,6 @@ en{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
@ -2365,6 +2366,15 @@ en{
|
|||
"Fri",
|
||||
"Sat",
|
||||
}
|
||||
narrow{
|
||||
"S",
|
||||
"M",
|
||||
"T",
|
||||
"W",
|
||||
"T",
|
||||
"F",
|
||||
"S",
|
||||
}
|
||||
wide{
|
||||
"Sunday",
|
||||
"Monday",
|
||||
|
@ -2398,6 +2408,20 @@ en{
|
|||
"Nov",
|
||||
"Dec",
|
||||
}
|
||||
narrow{
|
||||
"J",
|
||||
"F",
|
||||
"M",
|
||||
"A",
|
||||
"M",
|
||||
"J",
|
||||
"J",
|
||||
"A",
|
||||
"S",
|
||||
"O",
|
||||
"N",
|
||||
"D",
|
||||
}
|
||||
wide{
|
||||
"January",
|
||||
"February",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:2
|
||||
// * Source File: \work\locale\common\main\\en_AU.xml
|
||||
// * Source File: ../../../locale/common/main\en_AU.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_AU{
|
||||
|
@ -20,7 +19,6 @@ en_AU{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:3
|
||||
// * Source File: \work\locale\common\main\\en_BE.xml
|
||||
// * Source File: ../../../locale/common/main\en_BE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_BE{
|
||||
|
@ -41,7 +40,6 @@ en_BE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:4
|
||||
// * Source File: \work\locale\common\main\\en_BW.xml
|
||||
// * Source File: ../../../locale/common/main\en_BW.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_BW{
|
||||
|
@ -16,7 +15,6 @@ en_BW{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:5
|
||||
// * Source File: \work\locale\common\main\\en_CA.xml
|
||||
// * Source File: ../../../locale/common/main\en_CA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_CA{
|
||||
|
@ -26,7 +25,6 @@ en_CA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:6
|
||||
// * Source File: \work\locale\common\main\\en_GB.xml
|
||||
// * Source File: ../../../locale/common/main\en_GB.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_GB{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:7
|
||||
// * Source File: \work\locale\common\main\\en_HK.xml
|
||||
// * Source File: ../../../locale/common/main\en_HK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_HK{
|
||||
|
@ -22,7 +21,6 @@ en_HK{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:8
|
||||
// * Source File: \work\locale\common\main\\en_IE.xml
|
||||
// * Source File: ../../../locale/common/main\en_IE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_IE{
|
||||
|
@ -22,7 +21,6 @@ en_IE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"a.m.",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:9
|
||||
// * Source File: \work\locale\common\main\\en_IN.xml
|
||||
// * Source File: ../../../locale/common/main\en_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_IN{
|
||||
|
@ -16,7 +15,6 @@ en_IN{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:10
|
||||
// * Source File: \work\locale\common\main\\en_MT.xml
|
||||
// * Source File: ../../../locale/common/main\en_MT.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MT{
|
||||
|
@ -22,7 +21,6 @@ en_MT{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
1,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:11
|
||||
// * Source File: \work\locale\common\main\\en_NZ.xml
|
||||
// * Source File: ../../../locale/common/main\en_NZ.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_NZ{
|
||||
|
@ -20,7 +19,6 @@ en_NZ{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:12
|
||||
// * Source File: \work\locale\common\main\\en_PH.xml
|
||||
// * Source File: ../../../locale/common/main\en_PH.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_PH{
|
||||
|
@ -22,7 +21,6 @@ en_PH{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:12
|
||||
// * Source File: \work\locale\common\main\\en_SG.xml
|
||||
// * Source File: ../../../locale/common/main\en_SG.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_SG{
|
||||
|
@ -16,7 +15,6 @@ en_SG{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"a hh:mm:ss",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:13
|
||||
// * Source File: \work\locale\common\main\\en_US.xml
|
||||
// * Source File: ../../../locale/common/main\en_US.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_US{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:14
|
||||
// * Source File: \work\locale\common\main\\en_US_POSIX.xml
|
||||
// * Source File: ../../../locale/common/main\en_US_POSIX.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_US_POSIX{
|
||||
|
@ -23,9 +22,9 @@ en_US_POSIX{
|
|||
"+",
|
||||
}
|
||||
NumberPatterns{
|
||||
"###0.###;-###0.###",
|
||||
"¤ ###0.00;-¤ ###0.00",
|
||||
"###0%",
|
||||
"0.######;-0.######",
|
||||
"¤ 0.00;-¤ 0.00",
|
||||
"0%",
|
||||
"0.000000E+000",
|
||||
}
|
||||
Version{"1.2"}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:15
|
||||
// * Source File: \work\locale\common\main\\en_VI.xml
|
||||
// * Source File: ../../../locale/common/main\en_VI.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_VI{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:16
|
||||
// * Source File: \work\locale\common\main\\en_ZA.xml
|
||||
// * Source File: ../../../locale/common/main\en_ZA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_ZA{
|
||||
|
@ -16,7 +15,6 @@ en_ZA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:17
|
||||
// * Source File: \work\locale\common\main\\en_ZW.xml
|
||||
// * Source File: ../../../locale/common/main\en_ZW.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_ZW{
|
||||
|
@ -22,7 +21,6 @@ en_ZW{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:17
|
||||
// * Source File: \work\locale\common\main\\eo.xml
|
||||
// * Source File: ../../../locale/common/main\eo.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\eo.xml
|
||||
*/
|
||||
eo{
|
||||
Countries{
|
||||
AD{"Andoro"}
|
||||
|
@ -395,7 +397,6 @@ eo{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"atm",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:19
|
||||
// * Source File: \work\locale\common\main\\es.xml
|
||||
// * Source File: ../../../locale/common/main\es.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\es.xml
|
||||
*/
|
||||
es{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -1993,6 +1995,7 @@ es{
|
|||
Buhd{"buhid"}
|
||||
Cans{"símbolos aborígenes canadienses unificados"}
|
||||
Cher{"cherokee"}
|
||||
Copt{"copto"}
|
||||
Cprt{"chipriota"}
|
||||
Cyrl{"cirílico"}
|
||||
Deva{"devanagari"}
|
||||
|
@ -2024,7 +2027,6 @@ es{
|
|||
Ogam{"ogham"}
|
||||
Orya{"oriya"}
|
||||
Osma{"osmaniya"}
|
||||
Qaac{"copto"}
|
||||
Runr{"rúnico"}
|
||||
Shaw{"shavian"}
|
||||
Sinh{"binhala"}
|
||||
|
@ -2064,7 +2066,6 @@ es{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:20
|
||||
// * Source File: \work\locale\common\main\\es_AR.xml
|
||||
// * Source File: ../../../locale/common/main\es_AR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_AR{
|
||||
|
@ -34,7 +33,6 @@ es_AR{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH'h'''mm z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:21
|
||||
// * Source File: \work\locale\common\main\\es_BO.xml
|
||||
// * Source File: ../../../locale/common/main\es_BO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_BO{
|
||||
|
@ -24,7 +23,6 @@ es_BO{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:22
|
||||
// * Source File: \work\locale\common\main\\es_CL.xml
|
||||
// * Source File: ../../../locale/common/main\es_CL.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_CL{
|
||||
|
@ -40,7 +39,6 @@ es_CL{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:23
|
||||
// * Source File: \work\locale\common\main\\es_CO.xml
|
||||
// * Source File: ../../../locale/common/main\es_CO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_CO{
|
||||
|
@ -34,7 +33,6 @@ es_CO{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:24
|
||||
// * Source File: \work\locale\common\main\\es_CR.xml
|
||||
// * Source File: ../../../locale/common/main\es_CR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_CR{
|
||||
|
@ -24,7 +23,6 @@ es_CR{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:24
|
||||
// * Source File: \work\locale\common\main\\es_DO.xml
|
||||
// * Source File: ../../../locale/common/main\es_DO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_DO{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:25
|
||||
// * Source File: \work\locale\common\main\\es_EC.xml
|
||||
// * Source File: ../../../locale/common/main\es_EC.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_EC{
|
||||
|
@ -30,7 +29,6 @@ es_EC{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:26
|
||||
// * Source File: \work\locale\common\main\\es_ES.xml
|
||||
// * Source File: ../../../locale/common/main\es_ES.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_ES{
|
||||
|
@ -41,7 +40,6 @@ es_ES{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH'H'mm''ss\" z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:27
|
||||
// * Source File: \work\locale\common\main\\es_GT.xml
|
||||
// * Source File: ../../../locale/common/main\es_GT.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_GT{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:28
|
||||
// * Source File: \work\locale\common\main\\es_HN.xml
|
||||
// * Source File: ../../../locale/common/main\es_HN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_HN{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:28
|
||||
// * Source File: \work\locale\common\main\\es_MX.xml
|
||||
// * Source File: ../../../locale/common/main\es_MX.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_MX{
|
||||
|
@ -20,7 +19,6 @@ es_MX{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:29
|
||||
// * Source File: \work\locale\common\main\\es_NI.xml
|
||||
// * Source File: ../../../locale/common/main\es_NI.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_NI{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:30
|
||||
// * Source File: \work\locale\common\main\\es_PA.xml
|
||||
// * Source File: ../../../locale/common/main\es_PA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PA{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:31
|
||||
// * Source File: \work\locale\common\main\\es_PE.xml
|
||||
// * Source File: ../../../locale/common/main\es_PE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PE{
|
||||
|
@ -16,7 +15,6 @@ es_PE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:32
|
||||
// * Source File: \work\locale\common\main\\es_PR.xml
|
||||
// * Source File: ../../../locale/common/main\es_PR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PR{
|
||||
|
@ -16,7 +15,6 @@ es_PR{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:32
|
||||
// * Source File: \work\locale\common\main\\es_PY.xml
|
||||
// * Source File: ../../../locale/common/main\es_PY.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PY{
|
||||
|
@ -30,7 +29,6 @@ es_PY{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:33
|
||||
// * Source File: \work\locale\common\main\\es_SV.xml
|
||||
// * Source File: ../../../locale/common/main\es_SV.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_SV{
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:34
|
||||
// * Source File: \work\locale\common\main\\es_US.xml
|
||||
// * Source File: ../../../locale/common/main\es_US.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_US{
|
||||
|
@ -21,7 +20,6 @@ es_US{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
1,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:35
|
||||
// * Source File: \work\locale\common\main\\es_UY.xml
|
||||
// * Source File: ../../../locale/common/main\es_UY.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_UY{
|
||||
|
@ -30,7 +29,6 @@ es_UY{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:36
|
||||
// * Source File: \work\locale\common\main\\es_VE.xml
|
||||
// * Source File: ../../../locale/common/main\es_VE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_VE{
|
||||
|
@ -30,7 +29,6 @@ es_VE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"hh:mm:ss a z",
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:36
|
||||
// * Source File: \work\locale\common\main\\et.xml
|
||||
// * Source File: ../../../locale/common/main\et.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\et.xml
|
||||
*/
|
||||
et{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -308,7 +310,6 @@ et{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:36
|
||||
// * Source File: \work\locale\common\main\\et_EE.xml
|
||||
// * Source File: ../../../locale/common/main\et_EE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
et_EE{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:36
|
||||
// * Source File: \work\locale\common\main\\eu.xml
|
||||
// * Source File: ../../../locale/common/main\eu.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\eu.xml
|
||||
*/
|
||||
eu{
|
||||
Countries{
|
||||
AE{"Arabiar Emirrerri Batuak"}
|
||||
|
@ -153,7 +155,6 @@ eu{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:37
|
||||
// * Source File: \work\locale\common\main\\eu_ES.xml
|
||||
// * Source File: ../../../locale/common/main\eu_ES.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
eu_ES{
|
||||
|
@ -16,7 +15,6 @@ eu_ES{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:37
|
||||
// * Source File: \work\locale\common\main\\fa.xml
|
||||
// * Source File: ../../../locale/common/main\fa.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\fa.xml
|
||||
*/
|
||||
fa{
|
||||
Countries{
|
||||
AD{"آندورا"}
|
||||
|
@ -475,6 +477,7 @@ fa{
|
|||
Beng{"بنگالی"}
|
||||
Bopo{"بوپوموفو"}
|
||||
Cher{"چروکیایی"}
|
||||
Copt{"قبطی"}
|
||||
Cyrl{"سیریلی"}
|
||||
Deva{"دوناگری"}
|
||||
Ethi{"اتیوپیایی"}
|
||||
|
@ -495,7 +498,6 @@ fa{
|
|||
Mong{"مغولی"}
|
||||
Mymr{"میانمار"}
|
||||
Orya{"اوریهای"}
|
||||
Qaac{"قبطی"}
|
||||
Qaai{"موروثی"}
|
||||
Runr{"رونی"}
|
||||
Syrc{"آسوری"}
|
||||
|
@ -508,7 +510,6 @@ fa{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"ق.ظ.",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:37
|
||||
// * Source File: \work\locale\common\main\\fa_AF.xml
|
||||
// * Source File: ../../../locale/common/main\fa_AF.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fa_AF{
|
||||
|
@ -151,7 +150,6 @@ fa_AF{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
7,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:38
|
||||
// * Source File: \work\locale\common\main\\fa_IR.xml
|
||||
// * Source File: ../../../locale/common/main\fa_IR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fa_IR{
|
||||
|
@ -30,7 +29,6 @@ fa_IR{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
7,
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/20 7:5
|
||||
// * Source File: \work\locale\common\main\\fi.xml
|
||||
// * Source File: ../../../locale/common/main\fi.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\fi.xml
|
||||
*/
|
||||
fi{
|
||||
Countries{
|
||||
AD{"Andorra"}
|
||||
|
@ -2264,6 +2266,7 @@ fi{
|
|||
Armn{"Armenialainen"}
|
||||
Beng{"Bengalilainen"}
|
||||
Cans{"Yhdistetyt Kanadan aboriginaalien symbolit"}
|
||||
Copt{"Koptilainen"}
|
||||
Cyrl{"Kyrillinen"}
|
||||
Ethi{"Etiopialainen"}
|
||||
Geor{"Georgialainen"}
|
||||
|
@ -2275,7 +2278,6 @@ fi{
|
|||
Ital{"Vanha italia"}
|
||||
Latn{"Latinalainen"}
|
||||
Mong{"Mongolialainen"}
|
||||
Qaac{"Koptilainen"}
|
||||
Runr{"Riimukirjaimet"}
|
||||
Syrc{"Syyrialainen"}
|
||||
Tibt{"Tiibetiläinen"}
|
||||
|
@ -2302,7 +2304,6 @@ fi{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
AmPmMarkers{
|
||||
"ap.",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:41
|
||||
// * Source File: \work\locale\common\main\\fi_FI.xml
|
||||
// * Source File: ../../../locale/common/main\fi_FI.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fi_FI{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:41
|
||||
// * Source File: \work\locale\common\main\\fo.xml
|
||||
// * Source File: ../../../locale/common/main\fo.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\fo.xml
|
||||
*/
|
||||
fo{
|
||||
Countries{
|
||||
AE{"Sameindu Emirríkini"}
|
||||
|
@ -161,7 +163,6 @@ fo{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:41
|
||||
// * Source File: \work\locale\common\main\\fo_FO.xml
|
||||
// * Source File: ../../../locale/common/main\fo_FO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fo_FO{
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/20 7:7
|
||||
// * Source File: \work\locale\common\main\\fr.xml
|
||||
// * Source File: ../../../locale/common/main\fr.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main\fr.xml
|
||||
*/
|
||||
fr{
|
||||
Countries{
|
||||
AD{"Andorre"}
|
||||
|
@ -1991,6 +1993,7 @@ fr{
|
|||
Buhd{"bouhide"}
|
||||
Cans{"syllabaire autochthone canadien unifié"}
|
||||
Cher{"tchérokî"}
|
||||
Copt{"copte"}
|
||||
Cprt{"chypriote"}
|
||||
Cyrl{"cyrillique"}
|
||||
Deva{"dévanâgarî"}
|
||||
|
@ -2022,7 +2025,6 @@ fr{
|
|||
Ogam{"ogam"}
|
||||
Orya{"oriyâ"}
|
||||
Osma{"osmanais"}
|
||||
Qaac{"copte"}
|
||||
Qaai{"hérité"}
|
||||
Runr{"runique"}
|
||||
Shaw{"shavien"}
|
||||
|
@ -2062,7 +2064,6 @@ fr{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH' h 'mm z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:44
|
||||
// * Source File: \work\locale\common\main\\fr_BE.xml
|
||||
// * Source File: ../../../locale/common/main\fr_BE.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fr_BE{
|
||||
|
@ -30,7 +29,6 @@ fr_BE{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:45
|
||||
// * Source File: \work\locale\common\main\\fr_CA.xml
|
||||
// * Source File: ../../../locale/common/main\fr_CA.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fr_CA{
|
||||
|
@ -26,7 +25,6 @@ fr_CA{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"HH' h 'mm' min 'ss' s 'z",
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Date & Time: 2004/8/19 23:46
|
||||
// * Source File: \work\locale\common\main\\fr_CH.xml
|
||||
// * Source File: ../../../locale/common/main\fr_CH.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
fr_CH{
|
||||
|
@ -30,7 +29,6 @@ fr_CH{
|
|||
}
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue