ICU-5486 update data with 1.4.1

X-SVN-Rev: 20604
This commit is contained in:
Ram Viswanadha 2006-10-27 17:55:54 +00:00
parent 2ac62d437c
commit e93c7e08e7
306 changed files with 1165 additions and 882 deletions

View file

@ -4,7 +4,7 @@
<!--
/*
*******************************************************************************
* Copyright (C) 2005-2006, International Business Machines Corporation and *
* Copyright (C) 2005-2006, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -276,7 +276,7 @@
<include name="brkfiles.mk" />
</fileset>
<fileset id="locales" dir="${env.ICU4C_DIR}/source/data/misc">
<include name="CurrencyData.txt" />
<include name="supplementalData.txt" />
</fileset>
</delete>
</target>

View file

@ -59,10 +59,10 @@ COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\
om_ET.txt om_KE.txt pa_IN.txt pl_PL.txt ps_AF.txt\
pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ru_RU.txt\
ru_UA.txt sh_BA.txt sh_YU.txt sk_SK.txt sl_SI.txt\
sq_AL.txt sr_BA.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_YU.txt\
sr_YU.txt sv_FI.txt sv_SE.txt ta_IN.txt te_IN.txt\
th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_CN.txt\
zh_SG.txt
sq_AL.txt sr_BA.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt\
sr_Cyrl_RS.txt sr_RS.txt sv_FI.txt sv_SE.txt ta_IN.txt\
te_IN.txt th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt\
zh_CN.txt zh_SG.txt
# Ordinary resources

View file

@ -10,6 +10,6 @@
* ICU <specials> source: <path>/xml/collation/sr.xml
*/
sr{
Version{"1.17"}
Version{"1.18"}
collations:alias{"ru/collations"}
}

View file

@ -9,7 +9,7 @@
/**
* validSubLocale of "sr"
*/
sr_YU{
sr_CS{
/**
* so genrb doesn't issue warnings
*/

View file

@ -9,7 +9,7 @@
/**
* validSubLocale of "sr"
*/
sr_Cyrl_YU{
sr_Cyrl_ME{
/**
* so genrb doesn't issue warnings
*/

View file

@ -0,0 +1,17 @@
// ***************************************************************************
// *
// * Copyright (C) 2006 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/icu-config.xml & build.xml
// *
// ***************************************************************************
/**
* validSubLocale of "sr"
*/
sr_Cyrl_RS{
/**
* so genrb doesn't issue warnings
*/
___{""}
}

View file

@ -0,0 +1,17 @@
// ***************************************************************************
// *
// * Copyright (C) 2006 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/icu-config.xml & build.xml
// *
// ***************************************************************************
/**
* validSubLocale of "sr"
*/
sr_RS{
/**
* so genrb doesn't issue warnings
*/
___{""}
}

View file

@ -278,7 +278,15 @@
<include locales="uz_Cyrl_UZ" draft=".*" />
<include locales="uz_Latn_UZ" draft=".*" />
<include locales="uz_UZ" draft=".*" />
</locales>
<include locales="sr_Latn" draft=".*" />
<include locales="sr_Cyrl_RS" draft=".*" />
<include locales="sr_Latn_RS" draft=".*" />
<include locales="sr_RS" draft=".*" />
<include locales="sr_Latn" draft=".*" />
<include locales="sr_Cyrl_ME" draft=".*" />
<include locales="sr_Latn_ME" draft=".*" />
<include locales="sr_ME" draft=".*" />
</locales>
<paths>
<!--
possible values of level are "none", "basic", "moderate", "modern", "comprehensive"
@ -294,10 +302,12 @@
<include xpath="//ldml/localeDisplayNames/territories/territory\[@type='DO'].*" locales="fr" draft="unconfirmed" />
<include xpath="//ldml/dates/calendars/calendar\[@type='gregorian'\]/eras.*" locales="bg sl" draft="unconfirmed" />
<include xpath="//ldml/dates/calendars/calendar\[@type='gregorian'\]/quarters/quarterWidth\[@type='wide']/.*" locales="is" draft="unconfirmed" />
<include xpath="//ldml/dates/calendars/calendar\[@type='.*'\]/dateTimeFormats/availableFormats/.*" locales=".*" draft="provisional" />
<include xpath="//ldml/collations/collation\[@type='standard'\]/.*" locales="ml or" draft="confirmed" />
<!-- Exclude unusable data -->
<exclude xpath="//ldml/posix/messages/.*"/>
<exclude xpath="//ldml/numbers/currencies/.*" locales="bg_BG, nl_BE"/>
<exclude xpath="//ldml/localeDisplayNames/.*" locales=".*" alt=".*" />
<include xpath="//supplementalData/.*"/>
<include xpath="//supplementalMetaData/.*"/>
</paths>

View file

@ -196,6 +196,12 @@ af{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"MM-dd"}
yyyyMM{"yyyy-MM"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -31,6 +31,11 @@ af_ZA{
"yyyy/MM/dd",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"MM/dd"}
yyyyMM{"yyyy/MM"}
}
}
}
}

View file

@ -354,6 +354,11 @@ am{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
MMMMd{"MMMM d"}
MMdd{"dd/MM"}
yyMM{"MM/yy"}
}
dayNames{
format{
abbreviated{

View file

@ -41,6 +41,10 @@ am_ET{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -1888,6 +1888,12 @@ ar{
"d/M/yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM, yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -11,12 +11,4 @@
*/
az_AZ{
"%%ALIAS"{"az_Latn_AZ"}
calendar{
gregorian{
DateTimeElements:intvector{
1,
1,
}
}
}
}

View file

@ -115,6 +115,13 @@ be{
"d.M.yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
Md{"d.M"}
mmss{"mm.ss"}
yyyyM{"M.yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -42,7 +42,6 @@ bg{
154{"Северна Европа"}
155{"Западна Европа"}
830{"Нормандски о-ви"}
833{"о.Ман"}
AD{"Андора"}
AE{"Обединени Арабски Емирства"}
AF{"Афганистан"}
@ -144,6 +143,7 @@ bg{
ID{"Индонезия"}
IE{"Ирландия"}
IL{"Израел"}
IM{"о.Ман"}
IN{"Индия"}
IO{"Британски територии в Индийския океан"}
IQ{"Ирак"}
@ -1404,7 +1404,7 @@ bg{
traditional{"Традиционно"}
}
}
Version{"1.71"}
Version{"1.72"}
calendar{
gregorian{
AmPmMarkers{
@ -1422,6 +1422,17 @@ bg{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
MMMMdd{"dd MMMM"}
MMdd{"dd.MM"}
hmm{"h:mm a"}
hmmss{"h:mm:ss a"}
mmss{"mm:ss"}
yyyyMM{"MM.yyyy"}
yyyyMMMM{"MMMM yyyy"}
yyyyQQQQ{"QQQQ yyyy 'г'."}
}
dayNames{
format{
abbreviated{

View file

@ -13,7 +13,7 @@ bg_BG{
"#,##0%",
"#E0",
}
Version{"1.42"}
Version{"1.43"}
delimiters{
alternateQuotationEnd{"„"}
alternateQuotationStart{"“"}

View file

@ -27,6 +27,12 @@ bn_IN{
"d-M-yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -427,6 +427,12 @@ ca{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
mmss{"mm:ss"}
yyyyMM{"MM/yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -40,7 +40,6 @@ cs{
155{"Západní Evropa"}
200{"Československo"}
830{"Normanské ostrovy"}
833{"Ostrov Man"}
AD{"Andorra"}
AE{"Spojené arabské emiráty"}
AF{"Afghánistán"}
@ -142,6 +141,7 @@ cs{
ID{"Indonésie"}
IE{"Irsko"}
IL{"Izrael"}
IM{"Ostrov Man"}
IN{"Indie"}
IO{"Britské území v Indickém oceánu"}
IQ{"Irák"}
@ -1431,7 +1431,7 @@ cs{
japanese{"Japonský kalendář"}
}
}
Version{"1.83"}
Version{"1.84"}
calendar{
gregorian{
AmPmMarkers{
@ -1449,6 +1449,13 @@ cs{
"d.M.yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d. MMMM"}
Md{"d.M"}
mmss{"mm:ss"}
yyyyM{"M.yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -78,7 +78,7 @@ cy{
Scripts{
Latn{"Lladin"}
}
Version{"1.41"}
Version{"1.42"}
calendar{
gregorian{
DateTimePatterns{
@ -92,6 +92,15 @@ cy{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMdd{"MM-dd"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMMdd{"yy-MM-dd"}
yyQQQQ{"QQQQ yy"}
}
dayNames{
format{
abbreviated{

View file

@ -21,6 +21,12 @@ cy_GB{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -1729,6 +1729,13 @@ da{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMd{"d. MMM"}
MMdd{"dd/MM"}
mmss{"mm.ss"}
yyyyMM{"MM/yyyy"}
yyyyMMM{"MMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -40,7 +40,6 @@ de{
155{"Westeuropa"}
419{"Lateinamerika und Karibik"}
830{"Kanalinseln"}
833{"Insel Man"}
AD{"Andorra"}
AE{"Vereinigte Arabische Emirate"}
AF{"Afghanistan"}
@ -142,6 +141,7 @@ de{
ID{"Indonesien"}
IE{"Irland"}
IL{"Israel"}
IM{"Insel Man"}
IN{"Indien"}
IO{"Britisches Territorium im Indischen Ozean"}
IQ{"Irak"}
@ -1795,7 +1795,7 @@ de{
POSIX{"Posix"}
REVISED{"Revidiert"}
}
Version{"1.77"}
Version{"1.78"}
calendar{
gregorian{
AmPmMarkers{
@ -1813,6 +1813,17 @@ de{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMd{"d. MMMM"}
MMdd{"dd.MM"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMM{"MM.yy"}
yyQQQQ{"QQQQ yy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -25,6 +25,10 @@ de_AT{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd. MMMM"}
yyMMdd{"dd.MM.yy"}
}
monthNames{
format{
abbreviated{

View file

@ -37,6 +37,11 @@ de_BE{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMd{"d/MM"}
yyMM{"MM/yy"}
}
dayNames{
format{
abbreviated{

View file

@ -58,6 +58,9 @@ de_CH{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
MMdd{"MM-dd"}
}
}
}
}

View file

@ -45,6 +45,9 @@ de_LU{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
yyMMdd{"dd.MM.yy"}
}
}
}
}

View file

@ -37,7 +37,6 @@ el{
154{"Βόρεια Ευρώπη"}
155{"Δυτική Ευρώπη"}
830{"Νήσοι Καναλιού"}
833{"Νήσος Μαν"}
AD{"Ανδόρα"}
AE{"Ηνωμένα Αραβικά Εμιράτα"}
AF{"Αφγανιστάν"}
@ -139,6 +138,7 @@ el{
ID{"Ινδονησία"}
IE{"Ιρλανδία"}
IL{"Ισραήλ"}
IM{"Νήσος Μαν"}
IN{"Ινδία"}
IO{"Βρετανικά Έδάφη Ινδικού Ωκεανού"}
IQ{"Ιράκ"}
@ -1358,7 +1358,7 @@ el{
traditional{"Παραδοσιακή"}
}
}
Version{"1.68"}
Version{"1.69"}
calendar{
gregorian{
AmPmMarkers{
@ -1376,6 +1376,15 @@ el{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyQQQQ{"QQQQ yy"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -186,6 +186,7 @@ en{
MA{"Morocco"}
MC{"Monaco"}
MD{"Moldova"}
ME{"Montenegro"}
MG{"Madagascar"}
MH{"Marshall Islands"}
MK{"Macedonia"}
@ -236,6 +237,7 @@ en{
QU{"European Union"}
RE{"Reunion"}
RO{"Romania"}
RS{"Serbia"}
RU{"Russia"}
RW{"Rwanda"}
SA{"Saudi Arabia"}
@ -946,6 +948,10 @@ en{
}
MZM{
"Mt",
"Old Mozambique Metical",
}
MZN{
"MTn",
"Mozambique Metical",
}
NAD{
@ -1684,6 +1690,7 @@ en{
no{"Norwegian"}
nog{"Nogai"}
non{"Norse, Old"}
nqo{"NKo"}
nr{"South Ndebele"}
nso{"Northern Sotho"}
nub{"Nubian Languages"}
@ -1821,7 +1828,7 @@ en{
uga{"Ugaritic"}
uk{"Ukrainian"}
umb{"Umbundu"}
und{"Undetermined"}
und{"Unknown or Invalid Language"}
ur{"Urdu"}
uz{"Uzbek"}
vai{"Vai"}
@ -1851,6 +1858,7 @@ en{
zu{"Zulu"}
zun{"Zuni"}
zxx{"No linguistic content"}
zza{"Zaza"}
}
LocaleScript{
"Latn",
@ -1874,6 +1882,7 @@ en{
Bugi{"Buginese"}
Buhd{"Buhid"}
Cans{"Unified Canadian Aboriginal Symbols"}
Cari{"Carian"}
Cham{"Cham"}
Cher{"Cherokee"}
Cirt{"Cirth"}
@ -1907,11 +1916,13 @@ en{
Inds{"Indus (Harappan)"}
Ital{"Old Italic"}
Java{"Javanese"}
Jpan{"Japanese"}
Kali{"Kayah Li"}
Kana{"Katakana"}
Khar{"Kharoshthi"}
Khmr{"Khmer"}
Knda{"Kannada"}
Lana{"Lanna"}
Laoo{"Lao"}
Latf{"Latin (Fraktur variant)"}
Latg{"Latin (Gaelic variant)"}
@ -1920,6 +1931,8 @@ en{
Limb{"Limbu"}
Lina{"Linear A"}
Linb{"Linear B"}
Lyci{"Lycian"}
Lydi{"Lydian"}
Mand{"Mandaean"}
Maya{"Mayan hieroglyphs"}
Mero{"Meroitic"}
@ -1928,6 +1941,7 @@ en{
Mymr{"Myanmar"}
Nkoo{"NKo"}
Ogam{"Ogham"}
Olck{"Ol Chiki"}
Orkh{"Orkhon"}
Orya{"Oriya"}
Osma{"Osmanya"}
@ -1936,11 +1950,15 @@ en{
Phnx{"Phoenician"}
Plrd{"Pollard Phonetic"}
Qaai{"Inherited"}
Rjng{"Rejang"}
Roro{"Rongorongo"}
Runr{"Runic"}
Sara{"Sarati"}
Saur{"Saurashtra"}
Sgnw{"SignWriting"}
Shaw{"Shavian"}
Sinh{"Sinhala"}
Sund{"Sundanese"}
Sylo{"Syloti Nagri"}
Syrc{"Syriac"}
Syre{"Syriac (Estrangelo variant)"}
@ -1963,9 +1981,9 @@ en{
Xpeo{"Old Persian"}
Xsux{"Sumero-Akkadian Cuneiform"}
Yiii{"Yi"}
Zxxx{"Code for unwritten languages"}
Zxxx{"Unwritten"}
Zyyy{"Common"}
Zzzz{"Code for uncoded script"}
Zzzz{"Unknown or Invalid Script"}
}
Types{
calendar{
@ -1990,6 +2008,8 @@ en{
Variants{
1901{"Traditional German orthography"}
1996{"German orthography of 1996"}
AREVELA{"Eastern Armenian"}
AREVMDA{"Western Armenian"}
BOONT{"Boontling"}
GAULISH{"Gaulish"}
GUOYU{"Mandarin or Standard Chinese"}
@ -2004,7 +2024,7 @@ en{
SCOUSE{"Scouse"}
XIANG{"Xiang or Hunanese"}
}
Version{"1.109"}
Version{"1.113"}
calendar{
gregorian{
DateTimePatterns{
@ -2018,6 +2038,16 @@ en{
"M/d/yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMd{"MMMM d"}
Md{"M/d"}
mmss{"mm:ss"}
yyMM{"MM/yy"}
yyQQQQ{"QQQQ yy"}
yyyyMMM{"MMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -31,6 +31,12 @@ en_AU{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -56,6 +56,10 @@ en_BE{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMdd{"dd MMM"}
MMdd{"dd/MM"}
}
}
}
}

View file

@ -25,6 +25,11 @@ en_BW{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -37,6 +37,11 @@ en_CA{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMd{"d-MMM"}
MMdd{"dd/MM"}
yyMMM{"MMM-yy"}
}
}
}
}

View file

@ -21,6 +21,12 @@ en_GB{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
delimiters{

View file

@ -41,6 +41,12 @@ en_HK{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -39,6 +39,14 @@ en_IE{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -27,6 +27,11 @@ en_IN{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -31,6 +31,12 @@ en_MT{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -31,6 +31,12 @@ en_NZ{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMd{"d/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -37,6 +37,9 @@ en_PH{
"M/d/yy",
"{1} {0}",
}
availableFormats{
MMd{"MM d"}
}
}
}
}

View file

@ -35,6 +35,11 @@ en_SG{
"M/d/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -25,6 +25,12 @@ en_ZA{
"yyyy/MM/dd",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"MM/dd"}
yyyyMM{"yyyy/MM"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -31,6 +31,12 @@ en_ZW{
"d/M/yyyy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
Md{"d/M"}
yyyyM{"M/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -1941,6 +1941,17 @@ es{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMdd{"dd-MMM"}
MMd{"d/MM"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMM{"MM/yy"}
yyMMM{"MMM-yy"}
yyQQQQ{"QQQQ yy"}
}
dayNames{
format{
abbreviated{

View file

@ -31,6 +31,9 @@ es_AR{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -21,6 +21,9 @@ es_BO{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -53,6 +53,9 @@ es_CL{
"dd-MM-yy",
"{1} {0}",
}
availableFormats{
mmss{"mm:ss"}
}
}
}
}

View file

@ -31,6 +31,10 @@ es_CO{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
mmss{"mm:ss"}
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -21,6 +21,9 @@ es_CR{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_DO{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -33,6 +33,10 @@ es_EC{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
mmss{"mm:ss"}
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -41,6 +41,11 @@ es_ES{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMdd{"dd/MM"}
mmss{"mm:ss"}
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_GT{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_HN{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -45,6 +45,9 @@ es_MX{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_NI{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_PA{
"MM/dd/yy",
"{1} {0}",
}
availableFormats{
MMdd{"MM/dd"}
}
}
}
}

View file

@ -41,6 +41,9 @@ es_PR{
"MM/dd/yy",
"{1} {0}",
}
availableFormats{
MMdd{"MM/dd"}
}
}
}
}

View file

@ -27,6 +27,9 @@ es_PY{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -35,6 +35,9 @@ es_SV{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -44,6 +44,10 @@ es_US{
"M/d/yy",
"{1} {0}",
}
availableFormats{
MMMd{"MMM d"}
Md{"M/d"}
}
}
}
}

View file

@ -33,6 +33,9 @@ es_UY{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -27,6 +27,9 @@ es_VE{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
yyyyMM{"MM/yyyy"}
}
}
}
}

View file

@ -332,6 +332,13 @@ et{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd.MM"}
mmss{"mm:ss"}
yyyyMM{"MM.yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -1063,6 +1063,16 @@ fa{
appendItems{
Day-Of-Week{"{1} {0}"}
}
availableFormats{
GGGGyyyyMMMMd{"d MMMM yyyy GGGG"}
HHmmZ{"HH:mm (Z)"}
MMMMd{"d MMMM"}
Md{"M/d"}
mmss{"mm:ss"}
yyyyM{"yyyy/M"}
yyyyMMMM{"MMMM yyyy"}
yyyyMMMMEEEEd{"EEEE d MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -264,7 +264,7 @@ fa_AF{
}
}
weekend:intvector{
7,
5,
0,
6,
86400000,

View file

@ -15,7 +15,7 @@ fa_IR{
1,
}
weekend:intvector{
7,
5,
0,
6,
86400000,

View file

@ -43,7 +43,6 @@ fi{
172{"Itsenäisten valtioiden yhteisö"}
419{"Latinalainen Amerikka ja Karibia"}
830{"Kanaalisaaret"}
833{"Mansaari"}
AD{"Andorra"}
AE{"Arabiemiirikunnat"}
AF{"Afganistan"}
@ -145,6 +144,7 @@ fi{
ID{"Indonesia"}
IE{"Irlanti"}
IL{"Israel"}
IM{"Mansaari"}
IN{"Intia"}
IO{"Brittiläinen Intian valtameren alue"}
IQ{"Irak"}
@ -1992,7 +1992,7 @@ fi{
ROZAJ{"sloveenin resia-murre"}
SAAHO{"afarin saho-murre"}
}
Version{"1.75"}
Version{"1.76"}
calendar{
gregorian{
AmPmMarkers{
@ -2010,6 +2010,15 @@ fi{
"d.M.yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d. MMMM'ta'"}
Md{"d.M"}
mmss{"mm.ss"}
yyyyM{"M.yyyy"}
yyyyMEEEd{"EEE d.M.yyyy"}
yyyyMMMM{"MMMM'ta 'yyyy"}
yyyyQQQQ{"QQQQ yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -178,6 +178,12 @@ fo{
"dd-MM-yy",
"{1} {0}",
}
availableFormats{
MMMd{"d. MMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMM{"MMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -45,7 +45,6 @@ fr{
172{"Communauté des États indépendants"}
419{"Amérique latine et Caraïbes"}
830{"anglo-normandes, îles"}
833{"Île de Man"}
AD{"Andorre"}
AE{"Émirats arabes unis"}
AF{"Afghanistan"}
@ -143,6 +142,7 @@ fr{
ID{"Indonésie"}
IE{"Irlande"}
IL{"Israël"}
IM{"Île de Man"}
IN{"Inde"}
IQ{"Iraq"}
IR{"Iran"}
@ -1885,7 +1885,7 @@ fr{
REVISED{"orthographe révisée"}
ROZAJ{"dialecte de Resia"}
}
Version{"1.84"}
Version{"1.85"}
calendar{
gregorian{
DateTimePatterns{
@ -1899,6 +1899,17 @@ fr{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMM{"MM/yy"}
yyQQQQ{"QQQQ yy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -39,6 +39,12 @@ fr_BE{
"d/MM/yy",
"{1} {0}",
}
availableFormats{
MMMdd{"dd-MMM"}
MMd{"d/MM"}
yyMMM{"MMM-yy"}
yyMMMEEEd{"EEE d MMM yy"}
}
}
}
}

View file

@ -41,6 +41,10 @@ fr_CA{
"yy-MM-dd",
"{1} {0}",
}
availableFormats{
MMdd{"MM-dd"}
yyMM{"yy-MM"}
}
}
}
}

View file

@ -45,6 +45,11 @@ fr_CH{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
MMdd{"dd.MM"}
yyMM{"MM.yy"}
yyMMMd{"d. MMM yy"}
}
}
}
}

View file

@ -1367,6 +1367,10 @@ ga{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
}
dayNames{
format{
abbreviated{

View file

@ -37,6 +37,12 @@ ga_IE{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -27,6 +27,12 @@ gl_ES{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyMM{"MM/yy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -27,6 +27,12 @@ gu_IN{
"d-MM-yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -27,6 +27,14 @@ gv_GB{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
mmss{"mm:ss"}
yyMM{"MM/yy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -36,6 +36,12 @@ haw_US{
"d/M/yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
Md{"d/M"}
yyM{"M/yy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -907,7 +907,7 @@ he{
traditional{"מסורתי"}
}
}
Version{"1.70"}
Version{"1.71"}
calendar{
gregorian{
DateTimePatterns{
@ -921,6 +921,12 @@ he{
"dd/MM/yy",
"{0} {1}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -416,6 +416,17 @@ hi{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
GGGGyMMMMEEEEdd{"EEEE,dd MMMM GGGGy"}
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMdd{"MMM dd"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMMMEEEd{"EEE, MMM d, yy"}
yyMMMd{"MMM d, yy"}
yyMMdd{"dd-MM-yy"}
}
dayNames{
format{
abbreviated{

View file

@ -27,6 +27,12 @@ hi_IN{
"d-M-yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -39,7 +39,6 @@ hr{
154{"Sjeverna Europa"}
155{"Zapadna Europa"}
830{"Kanalski otoci"}
833{"Otok Man"}
AD{"Andora"}
AE{"Ujedinjeni Arapski Emirati"}
AF{"Afganistan"}
@ -141,6 +140,7 @@ hr{
ID{"Indonezija"}
IE{"Irska"}
IL{"Izrael"}
IM{"Otok Man"}
IN{"Indija"}
IO{"Britanski Teritorij Indijskog Oceana"}
IQ{"Irak"}
@ -1105,7 +1105,7 @@ hr{
traditional{"Tradicionano poredavanje"}
}
}
Version{"1.67"}
Version{"1.68"}
calendar{
gregorian{
DateTimePatterns{
@ -1119,6 +1119,18 @@ hr{
"yyyy.MM.dd",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMdd{"MMMM dd"}
MMdd{"MM.dd"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMMMEEEd{"EEE yy.MMM d"}
yyQQQQ{"QQQQ yy"}
yyyyMM{"yyyy.MM"}
yyyyMMMM{"yyyy. MMMM"}
}
dayNames{
format{
abbreviated{

View file

@ -36,7 +36,6 @@ hu{
154{"Észak-Európa"}
155{"Nyugat-Európa"}
830{"Csatorna-szigetek"}
833{"Man-sziget"}
AD{"Andorra"}
AE{"Egyesült Arab Emirátus"}
AF{"Afganisztán"}
@ -137,6 +136,7 @@ hu{
ID{"Indonézia"}
IE{"Írország"}
IL{"Izrael"}
IM{"Man-sziget"}
IN{"India"}
IO{"Brit Indiai Oceán"}
IQ{"Irak"}
@ -1474,7 +1474,7 @@ hu{
traditional{"Hagyományos"}
}
}
Version{"1.69"}
Version{"1.70"}
calendar{
buddhist{
eras{
@ -1499,6 +1499,13 @@ hu{
"yyyy.MM.dd.",
"{1} {0}",
}
availableFormats{
MMMMd{"MMMM d."}
MMdd{"MM.dd."}
mmss{"mm:ss"}
yyyyMM{"yyyy.MM"}
yyyyMMMM{"yyyy. MMMM"}
}
dayNames{
format{
abbreviated{

View file

@ -248,6 +248,10 @@ hy{
"MM/dd/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"MMMM dd"}
MMdd{"MM/dd"}
}
dayNames{
format{
abbreviated{

View file

@ -21,6 +21,13 @@ id_ID{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
mmss{"mm:ss"}
yyMM{"MM/yy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -1395,7 +1395,7 @@ is{
traditional{"Hefðbundin"}
}
}
Version{"1.61"}
Version{"1.62"}
calendar{
gregorian{
DateTimePatterns{
@ -1409,6 +1409,12 @@ is{
"d.M.yyyy",
"{1} {0}",
}
availableFormats{
MMMMd{"d. MMMM"}
Md{"d.M"}
yyyyM{"M.yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -1887,6 +1887,17 @@ it{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH.mm"}
HHmmss{"HH.mm.ss"}
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
hhmm{"hh.mm a"}
hhmmss{"hh.mm.ss a"}
yyMM{"MM/yy"}
yyQQQQ{"QQQQ yy"}
yyyyMMMM{"MMMM yyyy"}
}
dayNames{
format{
abbreviated{

View file

@ -45,6 +45,15 @@ it_CH{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMMd{"d MMMM"}
MMdd{"dd.MM"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyMM{"MM.yy"}
}
}
}
}

View file

@ -43,7 +43,6 @@ ja{
172{"独立国家共同体"}
419{"ラテンアメリカ・カリブ地域"}
830{"チャネル諸島"}
833{"マン島"}
AD{"アンドラ"}
AE{"アラブ首長国連邦"}
AF{"アフガニスタン"}
@ -145,6 +144,7 @@ ja{
ID{"インドネシア"}
IE{"アイルランド"}
IL{"イスラエル"}
IM{"マン島"}
IN{"インド"}
IO{"英領インド洋植民地"}
IQ{"イラク"}
@ -1950,7 +1950,7 @@ ja{
POSIX{"コンピュータ"}
REVISED{"改訂版"}
}
Version{"1.89"}
Version{"1.90"}
calendar{
gregorian{
AmPmMarkers{
@ -1968,6 +1968,12 @@ ja{
"yy/MM/dd",
"{1} {0}",
}
availableFormats{
GGGGyMd{"GGGGy'年'M'月'd'日'"}
MMdd{"MM/dd"}
mmss{"mm:ss"}
yyyyMM{"yyyy/MM"}
}
dayNames{
format{
abbreviated{

View file

@ -55,6 +55,11 @@ kk{
"dd.MM.yy",
"{1} {0}",
}
availableFormats{
MMdd{"dd.MM"}
yyyyMM{"MM.yyyy"}
yyyyMMMM{"MMMM yyyy 'ж.'"}
}
dayNames{
format{
abbreviated{

View file

@ -31,6 +31,12 @@ kl_GL{
"dd/MM/yy",
"{1} {0}",
}
availableFormats{
MMMMdd{"dd MMMM"}
MMdd{"dd/MM"}
yyMM{"MM/yy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -27,6 +27,12 @@ kn_IN{
"d-M-yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -1801,6 +1801,11 @@ ko{
"yy. MM. dd",
"{1} {0}",
}
availableFormats{
Hms{"H'시' m'분' s'초'"}
MMdd{"MM. dd"}
yyyyMM{"yyyy. MM"}
}
dayNames{
format{
abbreviated{

View file

@ -39,6 +39,9 @@ ko_KR{
"yy. MM. dd",
"{1} {0}",
}
availableFormats{
yyQ{"yy'년도 제'Q'사분기'"}
}
}
}
delimiters{

View file

@ -27,6 +27,12 @@ kok_IN{
"d-M-yy",
"{1} {0}",
}
availableFormats{
MMMMd{"d MMMM"}
MMdd{"dd-MM"}
yyyyMM{"MM-yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
weekend:intvector{
1,
0,

View file

@ -27,6 +27,14 @@ kw_GB{
"dd/MM/yyyy",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
MMMMd{"d MMMM"}
MMdd{"dd/MM"}
mmss{"mm:ss"}
yyyyMM{"MM/yyyy"}
yyyyMMMM{"MMMM yyyy"}
}
}
}
}

View file

@ -395,6 +395,15 @@ lt{
"yyyy-MM-dd",
"{1} {0}",
}
availableFormats{
HHmm{"HH:mm"}
HHmmss{"HH:mm:ss"}
MMMdd{"MMM-dd"}
MMdd{"MM.dd"}
hhmm{"hh:mm a"}
hhmmss{"hh:mm:ss a"}
yyyyMM{"yyyy.MM"}
}
dayNames{
format{
abbreviated{

View file

@ -322,6 +322,9 @@ lv{
"yy.d.M",
"{1} {0}",
}
availableFormats{
Md{"d.M"}
}
dayNames{
format{
abbreviated{

Some files were not shown because too many files have changed in this diff Show more