Skip to content

Commit

Permalink
fixed missing/incorrect characterOrder for locales using RTL scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-roth committed Apr 1, 2024
1 parent af4384e commit 069f9ba
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sldr/a/aeb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down
2 changes: 1 addition & 1 deletion sldr/a/aii_Syrc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down
2 changes: 1 addition & 1 deletion sldr/a/arz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down
5 changes: 5 additions & 0 deletions sldr/b/boz_Arab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
</sil:names>
</special>
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
<exemplarCharacters>[ب د ڢ غ ح ج ک ل م ن ݧ ݝ ݠ ر س ت و خ ي َ ٜ ِ ُ ٛ ٘ ٝ {أَ} ْ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[ء]</exemplarCharacters>
Expand Down
5 changes: 5 additions & 0 deletions sldr/b/bqi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
</sil:names>
</special>
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
<exemplarCharacters>[\u0627 \u0648 \u06cc \u0647 \u0631 \u0645 \u0633 \u062f \u0628 \u062a \u06a9 \u075a \u0644 \u062e \u0634 {\u0627\u0650} \u06af {\u06cc\u065a} {\u0648\u065a} \u0632 \u0639 \u062d پ ج ف چ ق آ ص ط غ ذ ئ ض ظ ث ژ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u200c]</exemplarCharacters>
Expand Down
5 changes: 5 additions & 0 deletions sldr/s/sgh_Arab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
</sil:names>
</special>
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
<exemplarCharacters>[\u064b \u064e \u064f \u0650 \u0651 \u0652 \u0653 آ ا ټ ب پ ت ث ج چ ح خ څ ځ د ذ ڎ ر ز ژ ږ س ش ښ ص ض ط ظ ع غ ف ڤ ق ک گ ل م ن و ه ي ئ ی ې]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u06be]</exemplarCharacters>
Expand Down
5 changes: 5 additions & 0 deletions sldr/s/skr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
</sil:names>
</special>
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
<exemplarCharacters>[ا ب ٻ پ ت ٹ ث ج ڄ چ ح خ د ڊ ڈ ݙ ذ ر ڑ ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ڳ ل م ن ݨ و ہ ھ ء ی ے]</exemplarCharacters>
</characters>
Expand Down
2 changes: 1 addition & 1 deletion sldr/s/sus_Arab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down
2 changes: 1 addition & 1 deletion sldr/t/tk_Arab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down
2 changes: 1 addition & 1 deletion sldr/t/tk_Arab_IR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</localeDisplayNames>
<layout>
<orientation>
<characterOrder>left-to-right</characterOrder>
<characterOrder>right-to-left</characterOrder>
</orientation>
</layout>
<characters>
Expand Down

0 comments on commit 069f9ba

Please sign in to comment.