Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions common/main/ckb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<measurementSystemName type="US">ئەمەریکی</measurementSystemName>
</measurementSystemNames>
<codePatterns>
<codePattern type="language" draft="unconfirmed">زمان: {0}</codePattern>
<codePattern type="language">زمان: {0}</codePattern>
<codePattern type="script">نووسە:{0}</codePattern>
<codePattern type="territory">ناوچە: {0}</codePattern>
</codePatterns>
Expand Down Expand Up @@ -864,10 +864,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</parseLenients>
</characters>
<delimiters>
<quotationStart draft="unconfirmed">↑↑↑</quotationStart>
<quotationEnd draft="unconfirmed">↑↑↑</quotationEnd>
<alternateQuotationStart draft="unconfirmed">↑↑↑</alternateQuotationStart>
<alternateQuotationEnd draft="unconfirmed">↑↑↑</alternateQuotationEnd>
<quotationStart>↑↑↑</quotationStart>
<quotationEnd>↑↑↑</quotationEnd>
<alternateQuotationStart>↑↑↑</alternateQuotationStart>
<alternateQuotationEnd>↑↑↑</alternateQuotationEnd>
</delimiters>
<dates>
<calendars>
Expand Down Expand Up @@ -1684,6 +1684,11 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<zone type="Etc/Unknown">
<exemplarCity draft="unconfirmed">شوێنی نەناسراو</exemplarCity>
</zone>
<metazone type="GMT">
<long>
<standard>کاتی گرینیچ</standard>
</long>
</metazone>
</timeZoneNames>
</dates>
<numbers>
Expand Down
6 changes: 5 additions & 1 deletion common/main/ksh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="Hm" draft="contributed">H:mm</dateFormatItem>
<dateFormatItem id="hms" draft="contributed">h:mm:ss a</dateFormatItem>
<dateFormatItem id="Hms" draft="contributed">H:mm:ss</dateFormatItem>
<dateFormatItem id="hmsv" draft="contributed">h:mm:ss a v</dateFormatItem>
<dateFormatItem id="Hmsv" draft="contributed">H:mm:ss a v</dateFormatItem>
<dateFormatItem id="M" draft="contributed">↑↑↑</dateFormatItem>
<dateFormatItem id="MEd" draft="contributed">E d. M.</dateFormatItem>
<dateFormatItem id="MMM" draft="contributed">↑↑↑</dateFormatItem>
Expand Down Expand Up @@ -1199,6 +1201,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatItem id="MMMEd" draft="contributed">E d. MMM</dateFormatItem>
<dateFormatItem id="MMMMd" draft="contributed">d. MMMM</dateFormatItem>
<dateFormatItem id="ms" draft="contributed">↑↑↑</dateFormatItem>
<dateFormatItem id="hmsv" draft="contributed">h:mm:ss a v</dateFormatItem>
<dateFormatItem id="Hmsv" draft="contributed">H:mm:ss a v</dateFormatItem>
<dateFormatItem id="y" draft="contributed">↑↑↑</dateFormatItem>
<dateFormatItem id="yM" draft="contributed">Y-MM</dateFormatItem>
<dateFormatItem id="yMd" draft="contributed">↑↑↑</dateFormatItem>
Expand All @@ -1215,7 +1219,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<intervalFormatRange type="mixed" draft="provisional">{0} – {1}</intervalFormatRange>
<intervalFormatRange type="non-numeric" draft="provisional">{0}–{1}</intervalFormatRange>
</intervalFormatRanges>
<intervalFormatFallback draft="provisional">{0} – {1}</intervalFormatFallback>
<intervalFormatFallback draft="contributed">{0} – {1}</intervalFormatFallback>
<intervalFormatItem id="d">
<greatestDifference id="d" draft="contributed">↑↑↑</greatestDifference>
</intervalFormatItem>
Expand Down
2 changes: 1 addition & 1 deletion common/main/prg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<script type="Hant" draft="unconfirmed">tradiciōnalin</script>
<script type="Hant" alt="stand-alone" draft="unconfirmed">tradiciōnalin han</script>
<script type="Jpan" draft="unconfirmed">japāniskas</script>
<script type="Latn" draft="unconfirmed">lātiniskan</script>
<script type="Latn" draft="contributed">lātiniskan</script>
<script type="Zxxx" draft="unconfirmed">nienpeisātan</script>
<script type="Zzzz" draft="contributed">niwaīstan skriptan</script>
</scripts>
Expand Down
3 changes: 3 additions & 0 deletions common/properties/coverageLevels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ bua ; basic ; Buriat
ca ; modern ; Catalan
ceb ; moderate ; Cebuano
chr ; modern ; Cherokee
ckb ; basic ; Central Kurdish
cop ; moderate ; Coptic
cs ; modern ; Czech
csw ; basic ; Swampy Cree
Expand Down Expand Up @@ -92,6 +93,7 @@ kok ; modern ; Konkani
kok_Latn ; basic ; Konkani (Latin)
ks ; basic ; Kashmiri
ks_Deva ; basic ; Kashmiri (Devanagari)
ksh ; basic ; Colognian
ku ; basic ; Kurdish
kxv ; basic ; Kuvi
kxv_Deva ; basic ; Kuvi (Devanagari)
Expand Down Expand Up @@ -129,6 +131,7 @@ pa ; modern ; Punjabi
pcm ; modern ; Nigerian Pidgin
pl ; modern ; Polish
pms ; basic ; Piedmontese
prg ; basic ; Prussian
ps ; modern ; Pashto
pt ; modern ; Portuguese
qu ; modern ; Quechua
Expand Down
1 change: 1 addition & 0 deletions docs/site/index/acknowledgments.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Many other people have made significant contributions to CLDR and LDML, includin
- Bjørn Hope
- Blanca Amoroso
- Bojan Jankuloski (Бојан Јанкулоски)
- Bokan Jaff (بۆکان جاف)
- Borghildur Hjartardóttir
- Boris Matveev (Борис Матвеев)
- Boris Samorodov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,11 @@ private static void deferLocalesReachingBasic(BiConsumer<String, Set<String>> co
"CLDR-18972",
ImmutableSet.of(
"ady", // Adyghe
"ckb", // Sorani Kurdish
"cop", // Coptic
"kbd", // Kabardian
"kek", // Qʼeqchiʼ
"ksh", // Kolsh
"ki", // Kikuyu
"lld", // Ladin
"quc" // Kʼicheʼ
Expand Down
Loading