Skip to content

Commit

Permalink
CLDR-17382 languagematch Ukrainian should not fall back to Russian
Browse files Browse the repository at this point in the history
  • Loading branch information
stenshamn authored Aug 28, 2024
1 parent ac0de54 commit 2d3afc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/supplemental/languageInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ For terms of use, see http://www.unicode.org/copyright.html
<languageMatch desired="tt" supported="ru" distance="30" oneway="true"/> <!-- Tatar: tt ⇒ ru -->
<languageMatch desired="tum" supported="en" distance="30" oneway="true"/> <!-- Tumbuka: tum ⇒ en -->
<languageMatch desired="ug" supported="zh" distance="20" oneway="true"/> <!-- Uighur: ug ⇒ zh -->
<languageMatch desired="uk" supported="ru" distance="20" oneway="true"/> <!-- Ukrainian ⇒ Russian -->

<languageMatch desired="uk" supported="en" distance="30" oneway="true"/> <!-- Ukrainian ⇒ English -->
<!-- CLDR-17382: languageMatch: Ukrainian should not fall back to Russian -->

<languageMatch desired="ur" supported="en" distance="30" oneway="true"/> <!-- Urdu: ur ⇒ en -->
<languageMatch desired="uz" supported="ru" distance="30" oneway="true"/> <!-- Uzbek: uz ⇒ ru -->
<languageMatch desired="wo" supported="fr" distance="30" oneway="true"/> <!-- Wolof: wo ⇒ fr -->
Expand Down

0 comments on commit 2d3afc6

Please sign in to comment.