Skip to content

Commit

Permalink
autonym and exemplar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-roth committed May 17, 2024
1 parent 01c9fde commit 3f1e12c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sldr/f/fab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</identity>
<localeDisplayNames>
<languages>
<language type="fab">Fa d'Ambu</language>
<language type="fab">Fa d'Ambö</language>
</languages>
<special>
<sil:names>
Expand Down
8 changes: 4 additions & 4 deletions sldr/k/ku_Arab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</identity>
<localeDisplayNames>
<languages>
<language type="ku_Arab">kurdî</language>
<language type="ku_Arab">کورمانجی</language>
</languages>
<special>
<sil:names>
<sil:name xml:lang="en">Kurdish</sil:name>
<sil:name xml:lang="en">Kurdish, Northern</sil:name>
</sil:names>
</special>
</localeDisplayNames>
Expand All @@ -27,8 +27,8 @@
</orientation>
</layout>
<characters>
<exemplarCharacters>[ا ب ت ج ح خ د ر ز س ش ص ض ط ع غ ف ق ك ل م ن ه و پ چ ڒ ڔ ڕ ژ ڤ گ ڵ ڶ ڷ ڿ ۆ ۊ ی ێ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u200C\u200D\u200E\u200F]</exemplarCharacters>
<exemplarCharacters>[ئ ا ب پ ت ج چ ح خ د ر ڕ ز ژ س ش ع غ ف ڤ ق ک گ ل ڵ م ن ھ ە و ۆ ی ێ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u200C\u200D\u200E\u200F ص ض ط ڒ ڔ ڶ ڷ ڿ ۊ ك ه]</exemplarCharacters>
</characters>
<special>
<sil:external-resources>
Expand Down
6 changes: 3 additions & 3 deletions sldr/k/ku_Arab_TR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</identity>
<localeDisplayNames>
<languages>
<language type="ku_Arab_TR">kurdî</language>
<language type="ku_Arab_TR">کورمانجی</language>
</languages>
<special>
<sil:names>
Expand All @@ -28,8 +28,8 @@
</orientation>
</layout>
<characters>
<exemplarCharacters>[ئ ا ب ت ج ح خ د ر ز س ش ع غ ف ق ك ل م ن ه و پ چ ڕ ژ ڤ گ ڵ ۆ ی ێ ە]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u0623\u0635\u0640\u200C\u200D\u200E\u200F\u003C\u003D\u003E\u0040\u005C\u00A9]</exemplarCharacters>
<exemplarCharacters>[ئ ا ب پ ت ج چ ح خ د ر ڕ ز ژ س ش ع غ ف ڤ ق ک گ ل ڵ م ن ھ ە و ۆ ی ێ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u0623\u0635\u0640\u200C\u200D\u200E\u200F\u003C\u003D\u003E\u0040\u005C\u00A9 ص ض ط ڒ ڔ ڶ ڷ ڿ ۊ ك ه]]</exemplarCharacters>
<exemplarCharacters type="punctuation">[! " ( ) * , \- . \: \[ \] \{ \} ، ؛ ؟ / « » \u2010\u2018\u2019\u201C\u201D\u2022\u2026\u2039\u203A\u2212\uFD3E\uFD3F]</exemplarCharacters>
<special>
<sil:exemplarCharacters type="digits">[\u0660 \u0661 \u0662 \u0663 \u0664 \u0665 \u0666 \u0667 \u0668 \u0669]</sil:exemplarCharacters>
Expand Down
1 change: 1 addition & 0 deletions tests/test_autonym.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
allowed_chars = {
"agd": "g",
"aiw_Ethi": "\u1361",
"fab": "\u0027",
}

def iscldr(ldml):
Expand Down

0 comments on commit 3f1e12c

Please sign in to comment.