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
Changing approach to being open-ended instead of explicit to English.

Co-authored-by: Markus Scherer <[email protected]>
  • Loading branch information
stenshamn and markusicu authored Aug 29, 2024
1 parent 2d3afc6 commit 0155083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/supplemental/languageInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<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="en" distance="30" oneway="true"/> <!-- Ukrainian ⇒ English -->
<!-- CLDR-17382: languageMatch: Ukrainian should not fall back to 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 -->
Expand Down

0 comments on commit 0155083

Please sign in to comment.