mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3938 more CLDR data. Include override-draft locales.
X-SVN-Rev: 16480
This commit is contained in:
parent
e5ee4621ed
commit
6d31727dc7
8 changed files with 468 additions and 37 deletions
85
icu4c/source/data/locales/cy.txt
Normal file
85
icu4c/source/data/locales/cy.txt
Normal file
|
@ -0,0 +1,85 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/cy.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main/cy.xml
|
||||
*/
|
||||
cy{
|
||||
Countries{
|
||||
GB{"Prydain Fawr"}
|
||||
}
|
||||
ExemplarCharacters{"[a-z âäáàêëéèîïíìôöóòûüúùŵẅẃẁŷÿýỳ]"}
|
||||
Languages{
|
||||
cy{"Cymraeg"}
|
||||
}
|
||||
LocaleScript{
|
||||
"Latn",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
gregorian{
|
||||
dayNames{
|
||||
format{
|
||||
abbreviated{
|
||||
"Sul",
|
||||
"Llun",
|
||||
"Maw",
|
||||
"Mer",
|
||||
"Iau",
|
||||
"Gwen",
|
||||
"Sad",
|
||||
}
|
||||
wide{
|
||||
"Dydd Sul",
|
||||
"Dydd Llun",
|
||||
"Dydd Mawrth",
|
||||
"Dydd Mercher",
|
||||
"Dydd Iau",
|
||||
"Dydd Gwener",
|
||||
"Dydd Sadwrn",
|
||||
}
|
||||
}
|
||||
}
|
||||
monthNames{
|
||||
format{
|
||||
abbreviated{
|
||||
"Ion",
|
||||
"Chwef",
|
||||
"Mawrth",
|
||||
"Ebrill",
|
||||
"Mai",
|
||||
"Meh",
|
||||
"Gorff",
|
||||
"Awst",
|
||||
"Medi",
|
||||
"Hyd",
|
||||
"Tach",
|
||||
"Rhag",
|
||||
}
|
||||
wide{
|
||||
"Ionawr",
|
||||
"Chwefror",
|
||||
"Mawrth",
|
||||
"Ebrill",
|
||||
"Mai",
|
||||
"Mehefin",
|
||||
"Gorffenaf",
|
||||
"Awst",
|
||||
"Medi",
|
||||
"Hydref",
|
||||
"Tachwedd",
|
||||
"Rhagfyr",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
39
icu4c/source/data/locales/cy_GB.txt
Normal file
39
icu4c/source/data/locales/cy_GB.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/cy_GB.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
cy_GB{
|
||||
NumberPatterns{
|
||||
"#,##0.###;-#,##0.###",
|
||||
"¤#,##0.00;-¤#,##0.00",
|
||||
"#,##0%",
|
||||
"#E0",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimeElements:intvector{
|
||||
2,
|
||||
1,
|
||||
}
|
||||
DateTimePatterns{
|
||||
"HH:mm:ss z",
|
||||
"HH:mm:ss z",
|
||||
"HH:mm:ss",
|
||||
"HH:mm",
|
||||
"EEEE, dd MMMM yyyy",
|
||||
"dd MMMM yyyy",
|
||||
"d MMM yyyy",
|
||||
"dd/MM/yyyy",
|
||||
"{1} {0}",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
35
icu4c/source/data/locales/en_PK.txt
Normal file
35
icu4c/source/data/locales/en_PK.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/en_PK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_PK{
|
||||
NumberPatterns{
|
||||
"##,##,##0.###;-##,##,##0.###",
|
||||
"¤ ##,##,##0.00;-¤ ##,##,##0.00",
|
||||
"##,##,##0%",
|
||||
"#E0",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.2"}
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a",
|
||||
"h:mm a",
|
||||
"EEEE d MMMM yyyy",
|
||||
"d MMMM yyyy",
|
||||
"dd-MMM-yy",
|
||||
"dd/MM/yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
109
icu4c/source/data/locales/ml.txt
Normal file
109
icu4c/source/data/locales/ml.txt
Normal file
|
@ -0,0 +1,109 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/ml.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main/ml.xml
|
||||
*/
|
||||
ml{
|
||||
Countries{
|
||||
IN{"ഇന്ത്യ"}
|
||||
}
|
||||
ExemplarCharacters{"[ംഃഅആഇഈഉഊഋഌഎഏഐഒഓഔകഖഗഘങചഛജഝഞടഠഡഢണതഥദധനപഫബഭമയരറലളഴവശഷസഹാിീുൂൃെേൈൊോൌ്ൗൠൡ]"}
|
||||
Languages{
|
||||
ml{"മലയാളം"}
|
||||
}
|
||||
LocaleScript{
|
||||
"Mlym",
|
||||
}
|
||||
NumberElements{
|
||||
".",
|
||||
",",
|
||||
";",
|
||||
"%",
|
||||
"൦",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<22>",
|
||||
"+",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.0"}
|
||||
calendar{
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
}
|
||||
AmPmMarkers{
|
||||
"രാവിലെ",
|
||||
"വൈകു",
|
||||
}
|
||||
dayNames{
|
||||
format{
|
||||
abbreviated{
|
||||
"ഞാ",
|
||||
"തി",
|
||||
"ചൊ",
|
||||
"ബു",
|
||||
"വ്യ",
|
||||
"വെ",
|
||||
"ശ",
|
||||
}
|
||||
wide{
|
||||
"ഞായറ്അ",
|
||||
"തിങ്കള്അ",
|
||||
"ചൊവ്വ",
|
||||
"ബുനഭ്അ",
|
||||
"വ്യാഴം",
|
||||
"വെള്ളി",
|
||||
"ശനി",
|
||||
}
|
||||
}
|
||||
}
|
||||
monthNames{
|
||||
format{
|
||||
abbreviated{
|
||||
"ജനു",
|
||||
"ഫിബ്",
|
||||
"മാറ്അ",
|
||||
"ഏപ്റില്അ",
|
||||
"മെയ്",
|
||||
"ജൂണ്അ",
|
||||
"ജൂൈല",
|
||||
"ആഗ",
|
||||
"സെപ്തം",
|
||||
"ഒക്ട",
|
||||
"നവം",
|
||||
"ഡിസം",
|
||||
}
|
||||
wide{
|
||||
"ജനുവരി",
|
||||
"ഫിബ്റവരി",
|
||||
"മാറ്അച്അച്",
|
||||
"ഏപ്റില്അ",
|
||||
"മെയ്",
|
||||
"ജൂണ്അ",
|
||||
"ജൂൈല",
|
||||
"ആഗസ്ത്അ",
|
||||
"സെപ്തംബറ്അ",
|
||||
"ഒക്ടൈബറ്അ",
|
||||
"നവംബറ്അ",
|
||||
"ഡിസംബറ്അ",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
35
icu4c/source/data/locales/ml_IN.txt
Normal file
35
icu4c/source/data/locales/ml_IN.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/ml_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ml_IN{
|
||||
NumberPatterns{
|
||||
"#,##,##0.###;-#,##,##0.###",
|
||||
"¤ #,##,##0.00;-¤ #,##,##0.00",
|
||||
"#,##,##0%",
|
||||
"#E0",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.0"}
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a",
|
||||
"h:mm a",
|
||||
"EEEE d MMMM yyyy",
|
||||
"d MMMM yyyy",
|
||||
"dd-MM-yyyy",
|
||||
"dd-MM-yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
91
icu4c/source/data/locales/or.txt
Normal file
91
icu4c/source/data/locales/or.txt
Normal file
|
@ -0,0 +1,91 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/or.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: ../../../locale/icu/main/or.xml
|
||||
*/
|
||||
or{
|
||||
Countries{
|
||||
IN{"ଭାରତ"}
|
||||
}
|
||||
ExemplarCharacters{"[ଁଂଃଅଆଇଈଉଊଋଌଏଐଓଔକଖଗଘଙଚଛଜଝଞଟଠଡଢଣତଥଦଧନପଫବଭମଯରଲଳଵଶଷସହ଼ଽାିୀୁୂୃେୈୋୌ୍ୖୗଡ଼ଢ଼ୟୠୡ୰ୱ]"}
|
||||
Languages{
|
||||
or{"ଓଡ଼ିଆ"}
|
||||
}
|
||||
LocaleScript{
|
||||
"Orya",
|
||||
}
|
||||
NumberElements{
|
||||
".",
|
||||
",",
|
||||
";",
|
||||
"%",
|
||||
"୦",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"‰",
|
||||
"∞",
|
||||
"<22>",
|
||||
"+",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.0"}
|
||||
calendar{
|
||||
gregorian{
|
||||
weekend:intvector{
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
}
|
||||
dayNames{
|
||||
format{
|
||||
abbreviated{
|
||||
"ରବି",
|
||||
"ସୋମ",
|
||||
"ମଙ୍ଗଳ",
|
||||
"ବୁଧ",
|
||||
"ଗୁରୁ",
|
||||
"ଶୁକ୍ର",
|
||||
"ଶନି",
|
||||
}
|
||||
wide{
|
||||
"ରବିବାର",
|
||||
"ସୋମବାର",
|
||||
"ମଙ୍ଗଳବାର",
|
||||
"ବୁଧବାର",
|
||||
"ଗୁରୁବାର",
|
||||
"ଶୁକ୍ରବାର",
|
||||
"ଶନିବାର",
|
||||
}
|
||||
}
|
||||
}
|
||||
monthNames{
|
||||
format{
|
||||
wide{
|
||||
"ଜାନୁଆରୀ",
|
||||
"ଫେବ୍ରୁୟାରୀ",
|
||||
"ମାର୍ଚ୍ଚ",
|
||||
"ଅପ୍ରେଲ",
|
||||
"ମେ",
|
||||
"ଜୁନ",
|
||||
"ଜୁଲାଇ",
|
||||
"ଅଗଷ୍ଟ",
|
||||
"ସେପ୍ଟେମ୍ବର",
|
||||
"ଅକ୍ଟୋବର",
|
||||
"ନଭେମ୍ବର",
|
||||
"ଡିସେମ୍ବର",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
35
icu4c/source/data/locales/or_IN.txt
Normal file
35
icu4c/source/data/locales/or_IN.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File: ../../../locale/common/main/or_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
or_IN{
|
||||
NumberPatterns{
|
||||
"##,##,##0.###;-##,##,##0.###",
|
||||
"¤ ##,##,##0.00;-¤ ##,##,##0.00",
|
||||
"##,##,##0%",
|
||||
"#E0",
|
||||
}
|
||||
/**
|
||||
* Draft
|
||||
*/
|
||||
Version{"1.0"}
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a z",
|
||||
"h:mm:ss a",
|
||||
"h:mm a",
|
||||
"EEEE d MMMM yyyy",
|
||||
"d MMMM yyyy",
|
||||
"dd-MM-yyyy",
|
||||
"dd-MM-yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -41,43 +41,45 @@ GENRB_SOURCE = af.txt af_ZA.txt am.txt am_ET.txt\
|
|||
ar_LY.txt ar_MA.txt ar_OM.txt ar_QA.txt ar_SA.txt\
|
||||
ar_SD.txt ar_SY.txt ar_TN.txt ar_YE.txt be.txt\
|
||||
be_BY.txt bg.txt bg_BG.txt bn.txt bn_IN.txt\
|
||||
ca.txt ca_ES.txt cs.txt cs_CZ.txt da.txt\
|
||||
da_DK.txt de.txt de_AT.txt de_BE.txt de_CH.txt\
|
||||
de_DE.txt de_LU.txt el.txt el_GR.txt en.txt\
|
||||
en_AU.txt en_BE.txt en_BW.txt en_CA.txt en_GB.txt\
|
||||
en_HK.txt en_IE.txt en_IN.txt en_MT.txt en_NZ.txt\
|
||||
en_PH.txt en_SG.txt en_US.txt en_US_POSIX.txt en_VI.txt\
|
||||
en_ZA.txt en_ZW.txt eo.txt es.txt es_AR.txt\
|
||||
es_BO.txt es_CL.txt es_CO.txt es_CR.txt es_DO.txt\
|
||||
es_EC.txt es_ES.txt 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 fa.txt fa_AF.txt\
|
||||
fa_IR.txt fi.txt fi_FI.txt fo.txt fo_FO.txt\
|
||||
fr.txt fr_BE.txt fr_CA.txt fr_CH.txt fr_FR.txt\
|
||||
fr_LU.txt ga.txt ga_IE.txt gl.txt gl_ES.txt\
|
||||
gu.txt gu_IN.txt gv.txt gv_GB.txt he.txt\
|
||||
he_IL.txt hi.txt hi_IN.txt hr.txt hr_HR.txt\
|
||||
hu.txt hu_HU.txt hy.txt hy_AM.txt hy_AM_REVISED.txt\
|
||||
id.txt id_ID.txt is.txt is_IS.txt it.txt\
|
||||
it_CH.txt it_IT.txt ja.txt ja_JP.txt kk.txt\
|
||||
kk_KZ.txt kl.txt kl_GL.txt kn.txt kn_IN.txt\
|
||||
ko.txt ko_KR.txt kok.txt kok_IN.txt kw.txt\
|
||||
kw_GB.txt lt.txt lt_LT.txt lv.txt lv_LV.txt\
|
||||
mk.txt mk_MK.txt mr.txt mr_IN.txt ms.txt\
|
||||
ca.txt ca_ES.txt cs.txt cs_CZ.txt cy.txt\
|
||||
cy_GB.txt da.txt da_DK.txt de.txt de_AT.txt\
|
||||
de_BE.txt de_CH.txt de_DE.txt de_LU.txt el.txt\
|
||||
el_GR.txt en.txt en_AU.txt en_BE.txt en_BW.txt\
|
||||
en_CA.txt en_GB.txt en_HK.txt en_IE.txt en_IN.txt\
|
||||
en_MT.txt en_NZ.txt en_PH.txt en_PK.txt en_SG.txt\
|
||||
en_US.txt en_US_POSIX.txt en_VI.txt en_ZA.txt en_ZW.txt\
|
||||
eo.txt es.txt es_AR.txt es_BO.txt es_CL.txt\
|
||||
es_CO.txt es_CR.txt es_DO.txt es_EC.txt es_ES.txt\
|
||||
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 fa.txt fa_AF.txt fa_IR.txt fi.txt\
|
||||
fi_FI.txt fo.txt fo_FO.txt fr.txt fr_BE.txt\
|
||||
fr_CA.txt fr_CH.txt fr_FR.txt fr_LU.txt ga.txt\
|
||||
ga_IE.txt gl.txt gl_ES.txt gu.txt gu_IN.txt\
|
||||
gv.txt gv_GB.txt he.txt he_IL.txt hi.txt\
|
||||
hi_IN.txt hr.txt hr_HR.txt hu.txt hu_HU.txt\
|
||||
hy.txt hy_AM.txt hy_AM_REVISED.txt id.txt id_ID.txt\
|
||||
is.txt is_IS.txt it.txt it_CH.txt it_IT.txt\
|
||||
ja.txt ja_JP.txt kk.txt kk_KZ.txt kl.txt\
|
||||
kl_GL.txt kn.txt kn_IN.txt ko.txt ko_KR.txt\
|
||||
kok.txt kok_IN.txt kw.txt kw_GB.txt lt.txt\
|
||||
lt_LT.txt lv.txt lv_LV.txt mk.txt mk_MK.txt\
|
||||
ml.txt ml_IN.txt mr.txt mr_IN.txt ms.txt\
|
||||
ms_BN.txt ms_MY.txt mt.txt mt_MT.txt nb.txt\
|
||||
nb_NO.txt nl.txt nl_BE.txt nl_NL.txt nn.txt\
|
||||
nn_NO.txt om.txt om_ET.txt om_KE.txt pa.txt\
|
||||
pa_IN.txt pl.txt pl_PL.txt ps.txt ps_AF.txt\
|
||||
pt.txt pt_BR.txt pt_PT.txt ro.txt ro_RO.txt\
|
||||
ru.txt ru_RU.txt ru_UA.txt sk.txt sk_SK.txt\
|
||||
sl.txt sl_SI.txt so.txt so_DJ.txt so_ET.txt\
|
||||
so_KE.txt so_SO.txt sq.txt sq_AL.txt sr.txt\
|
||||
sr_Cyrl.txt sr_Cyrl_YU.txt sr_Latn.txt sr_Latn_YU.txt sr_YU.txt\
|
||||
sv.txt sv_FI.txt sv_SE.txt sw.txt sw_KE.txt\
|
||||
sw_TZ.txt ta.txt ta_IN.txt te.txt te_IN.txt\
|
||||
th.txt th_TH.txt ti.txt ti_ER.txt ti_ET.txt\
|
||||
tr.txt tr_TR.txt uk.txt uk_UA.txt vi.txt\
|
||||
vi_VN.txt zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
|
||||
zh_Hant.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
|
||||
nn_NO.txt om.txt om_ET.txt om_KE.txt or.txt\
|
||||
or_IN.txt pa.txt pa_IN.txt pl.txt pl_PL.txt\
|
||||
ps.txt ps_AF.txt pt.txt pt_BR.txt pt_PT.txt\
|
||||
ro.txt ro_RO.txt ru.txt ru_RU.txt ru_UA.txt\
|
||||
sk.txt sk_SK.txt sl.txt sl_SI.txt so.txt\
|
||||
so_DJ.txt so_ET.txt so_KE.txt so_SO.txt sq.txt\
|
||||
sq_AL.txt sr.txt sr_Cyrl.txt sr_Cyrl_YU.txt sr_Latn.txt\
|
||||
sr_Latn_YU.txt sr_YU.txt sv.txt sv_FI.txt sv_SE.txt\
|
||||
sw.txt sw_KE.txt sw_TZ.txt ta.txt ta_IN.txt\
|
||||
te.txt te_IN.txt th.txt th_TH.txt ti.txt\
|
||||
ti_ER.txt ti_ET.txt tr.txt tr_TR.txt uk.txt\
|
||||
uk_UA.txt vi.txt vi_VN.txt zh.txt zh_Hans.txt\
|
||||
zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant.txt zh_Hant_HK.txt zh_Hant_MO.txt\
|
||||
zh_Hant_TW.txt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue