Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17843 Restore uz_Cyrl to basic coverage by fixing numerals #3938

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions common/main/uz_Cyrl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2514,6 +2514,18 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</timeZoneNames>
</dates>
<numbers>
<symbols numberSystem="arab">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
<percentSign>↑↑↑</percentSign>
<plusSign>+</plusSign>
<minusSign>-</minusSign>
<exponential>↑↑↑</exponential>
<superscriptingExponent>↑↑↑</superscriptingExponent>
<perMille>↑↑↑</perMille>
<infinity>↑↑↑</infinity>
<nan>ҳақиқий сон эмас</nan>
</symbols>
<symbols numberSystem="arabext">
<decimal>↑↑↑</decimal>
<group>↑↑↑</group>
Expand All @@ -2538,6 +2550,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<infinity>↑↑↑</infinity>
<nan>ҳақиқий сон эмас</nan>
</symbols>
<decimalFormats numberSystem="arab">
<decimalFormatLength>
<decimalFormat>
<pattern>↑↑↑</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<decimalFormats numberSystem="arabext">
<decimalFormatLength>
<decimalFormat>
Expand Down Expand Up @@ -2608,6 +2627,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</decimalFormat>
</decimalFormatLength>
</decimalFormats>
<scientificFormats numberSystem="arab">
<scientificFormatLength>
<scientificFormat>
<pattern>↑↑↑</pattern>
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<scientificFormats numberSystem="arabext">
<scientificFormatLength>
<scientificFormat>
Expand All @@ -2622,6 +2648,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</scientificFormat>
</scientificFormatLength>
</scientificFormats>
<percentFormats numberSystem="arab">
<percentFormatLength>
<percentFormat>
<pattern>↑↑↑</pattern>
</percentFormat>
</percentFormatLength>
</percentFormats>
<percentFormats numberSystem="arabext">
<percentFormatLength>
<percentFormat>
Expand All @@ -2636,6 +2669,14 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</percentFormat>
</percentFormatLength>
</percentFormats>
<currencyFormats numberSystem="arab">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>↑↑↑</pattern>
<pattern alt="noCurrency" draft="provisional">↑↑↑</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencyFormats numberSystem="arabext">
<currencyFormatLength>
<currencyFormat type="standard">
Expand Down
1 change: 1 addition & 0 deletions common/properties/coverageLevels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ tt ; moderate ; Tatar
uk ; modern ; Ukrainian
ur ; modern ; Urdu
uz ; modern ; Uzbek
uz_Cyrl ; basic ; Uzbek (Cyrillic)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

common/properties/coverageLevels.txt is automatically rebuilt, so shouldn't have manual changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Er, it's in a manual commit but I ran the script to make the change. I'm used to re-generating artefacts in the commit that changes them rather than waiting for scheduled commit -- just to keep everything up to date. It's also a good validation check to make sure the change did the right thing.

vec ; moderate ; Venetian
vi ; modern ; Vietnamese
vmw ; basic ; Makhuwa
Expand Down
Loading