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
…3993)

Co-authored-by: Markus Scherer <markus.icu@gmail.com>
  • Loading branch information
stenshamn and markusicu authored Aug 30, 2024
1 parent 90b4fa1 commit eb4b003
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 -->

<!-- CLDR-17382: Ukrainian should not fall back to Russian -->
<!-- languageMatch desired="uk" supported="ru" distance="20" oneway="true"/--> <!-- Ukrainian ⇒ 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 eb4b003

Please sign in to comment.