Skip to content

Commit cbd3e76

Browse files
CLDR-18871 Create new locale, Interslavic, isv
CLDR-18871: Fix exemplars
1 parent 413361b commit cbd3e76

File tree

13 files changed

+107
-2
lines changed

13 files changed

+107
-2
lines changed

common/main/en.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ annotations.
291291
<language type="inh">Ingush</language>
292292
<language type="io">Ido</language>
293293
<language type="is">Icelandic</language>
294+
<language type="isv">Interslavic</language>
294295
<language type="it">Italian</language>
295296
<language type="iu">Inuktitut</language>
296297
<language type="izh">Ingrian</language>

common/main/isv.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="isv"/>
12+
</identity>
13+
<localeDisplayNames>
14+
<languages>
15+
<language type="isv">Medžuslovjansky</language>
16+
</languages>
17+
</localeDisplayNames>
18+
<characters>
19+
<exemplarCharacters>[a b c č d {dž} e ě f g h i j k l {lj} m n {nj} o p r s š t u v y z ž]</exemplarCharacters>
20+
<exemplarCharacters type="auxiliary">[å ć ď đ è ė ę ĺ ľ ń ň ò ȯ q ŕ ś ť ų w x ź]</exemplarCharacters>
21+
<exemplarCharacters type="index">[A B C Č D {DŽ} E Ě F G H I J K L {LJ} M N {NJ} O P R S Š T U V Y Z Ž]</exemplarCharacters>
22+
<exemplarCharacters type="numbers">[0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
23+
<exemplarCharacters type="punctuation">[\- ‐ ‑ – — , ; \: ! ? . … ' ‚ ‘ ’ ‹ › &quot; „ “ ” « » ( ) \[ \] § @ * / \&amp; # † ‡ ′ ″]</exemplarCharacters>
24+
</characters>
25+
</ldml>

common/main/isv_Cyrl.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="isv"/>
12+
<script type="Cyrl"/>
13+
</identity>
14+
<localeDisplayNames>
15+
<languages>
16+
<language type="isv">Меджусловјанскы</language>
17+
</languages>
18+
</localeDisplayNames>
19+
<characters>
20+
<exemplarCharacters>[а б в г д {дж} е є ж з и ы ј к л љ м н њ о п р с т у ф х ц ч ш]</exemplarCharacters>
21+
<exemplarCharacters type="index">[А Б В Г Д {ДЖ} Е Є Ж З И Ы Ј К Л Љ М Н Њ О П Р С Т У Ф Х Ц Ч Ш]</exemplarCharacters>
22+
<exemplarCharacters type="numbers">[0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
23+
<exemplarCharacters type="punctuation">[\- ‐ ‑ – — , ; \: ! ? . … ' ‚ ‘ ’ ‹ › &quot; „ “ ” « » ( ) \[ \] § @ * / \&amp; # † ‡ ′ ″]</exemplarCharacters>
24+
</characters>
25+
</ldml>

common/main/isv_Cyrl_001.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="isv"/>
12+
<script type="Cyrl"/>
13+
<territory type="001"/>
14+
</identity>
15+
</ldml>

common/main/isv_Latn.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="isv"/>
12+
<script type="Latn"/>
13+
</identity>
14+
</ldml>

common/main/isv_Latn_001.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="isv"/>
12+
<script type="Latn"/>
13+
<territory type="001"/>
14+
</identity>
15+
</ldml>

common/supplemental/attributeValueValidity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
ff frr fur
7373
gaa gez gn gsw guz gv
7474
haw hnj ht
75-
ii io iu
75+
ii io isv iu
7676
jbo jgo jmc
7777
kaa kab kaj kam kcg kde kek ken khq ki kkj kl kln kpe ksb ksf ksh kw
7878
la lag lg lkt lld ln lrc ltg lu luo luy lzz

common/supplemental/likelySubtags.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ not be patched by hand, as any changes made in that fashion may be lost.
318318
<likelySubtag from="inh" to="inh_Cyrl_RU"/> <!--Ingush‧?‧? ➡ Ingush‧Cyrillic‧Russia-->
319319
<likelySubtag from="io" to="io_Latn_001"/> <!--Ido‧?‧? ➡ Ido‧Latin‧world-->
320320
<likelySubtag from="is" to="is_Latn_IS"/> <!--Icelandic‧?‧? ➡ Icelandic‧Latin‧Iceland-->
321+
<likelySubtag from="isv" to="isv_Latn_001"/> <!--Interslavic‧?‧? ➡ Interslavic‧Latin‧world-->
321322
<likelySubtag from="it" to="it_Latn_IT"/> <!--Italian‧?‧? ➡ Italian‧Latin‧Italy-->
322323
<likelySubtag from="itz" to="itz_Latn_GT"/> <!--Itzá‧?‧? ➡ Itzá‧Latin‧Guatemala-->
323324
<likelySubtag from="iu" to="iu_Cans_CA"/> <!--Inuktitut‧?‧? ➡ Inuktitut‧Unified Canadian Aboriginal Syllabics‧Canada-->

common/supplemental/supplementalData.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,8 @@ XXX Code for transations where no currency is involved
16191619
<language type="inh" scripts="Arab Latn" alt="secondary"/>
16201620
<language type="io" scripts="Latn"/>
16211621
<language type="is" scripts="Latn"/>
1622+
<language type="isv" scripts="Latn"/>
1623+
<language type="isv" scripts="Cyrl" alt="secondary"/>
16221624
<language type="it" scripts="Latn"/>
16231625
<language type="iu" scripts="Cans Latn"/>
16241626
<language type="izh" scripts="Latn"/>

common/supplemental/supplementalMetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ For terms of use, see http://www.unicode.org/copyright.html
18951895
ga_IE gaa_GH gd_GB gez_ET gl_ES gn_PY gsw_CH gu_IN guz_KE gv_IM
18961896
ha_Arab_NG ha_NG haw_US he_IL hi_IN hi_Latn_IN hnj_Hmnp hnj_Hmnp_US hr_HR
18971897
hsb_DE ht_HT hu_HU hy_AM
1898-
ia_001 id_ID ie_EE ife_TG ig_NG ii_CN io_001 is_IS it_IT iu_CA iu_Latn_CA
1898+
ia_001 id_ID ie_EE ife_TG ig_NG ii_CN io_001 is_IS isv_Latn isv_Latn_001 isv_Cyrl_001 it_IT iu_CA iu_Latn_CA
18991899
ja_JP jbo_001 jgo_CM jmc_TZ jv_ID
19001900
ka_GE kaa_Cyrl kaa_Cyrl_UZ kaa_Latn_UZ kab_DZ kaj_NG kam_KE kcg_NG kde_TZ kea_CV kek_GT ken_CM kgp_BR
19011901
khq_ML ki_KE

0 commit comments

Comments
 (0)