Skip to content

Commit

Permalink
CLDR-15291 check in additional fixes (#1733)
Browse files Browse the repository at this point in the history
See #1733
  • Loading branch information
macchiati authored Feb 3, 2022
1 parent 0789429 commit a523fad
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions common/main/uz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6167,9 +6167,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<unitPattern count="other">{0} ta element</unitPattern>
</unit>
<unit type="concentr-permillion">
<displayName>qism/million</displayName>
<unitPattern count="one">{0} qism/million</unitPattern>
<unitPattern count="other">{0} qism/million</unitPattern>
<displayName>milliondan ulush</displayName>
<unitPattern count="one">{0} ppm</unitPattern>
<unitPattern count="other">{0} ppm</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>foiz</displayName>
Expand Down Expand Up @@ -7212,7 +7212,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<unitPattern count="other">{0} ta element</unitPattern>
</unit>
<unit type="concentr-permillion">
<displayName>qism/million</displayName>
<displayName>milliondan ulush</displayName>
<unitPattern count="one">{0} ppm</unitPattern>
<unitPattern count="other">{0} ppm</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>foiz</displayName>
Expand Down Expand Up @@ -8185,8 +8187,9 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<unitPattern count="other">{0} ft²</unitPattern>
</unit>
<unit type="concentr-permillion">
<unitPattern count="one">↑↑↑</unitPattern>
<unitPattern count="other">↑↑↑</unitPattern>
<displayName>ppm</displayName>
<unitPattern count="one">{0}ppm</unitPattern>
<unitPattern count="other">{0}ppm</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>%</displayName>
Expand Down

0 comments on commit a523fad

Please sign in to comment.