Skip to content

Commit 5897f50

Browse files
committed
CLDR-17298 Add parts per billion
1 parent 9a667f1 commit 5897f50

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

common/main/en.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,6 +6886,11 @@ annotations.
68866886
<unitPattern count="one">{0} part per million</unitPattern>
68876887
<unitPattern count="other">{0} parts per million</unitPattern>
68886888
</unit>
6889+
<unit type="concentr-portion-per-1e9">
6890+
<displayName>parts per billion</displayName>
6891+
<unitPattern count="one">{0} part per billion</unitPattern>
6892+
<unitPattern count="other">{0} parts per billion</unitPattern>
6893+
</unit>
68896894
<unit type="concentr-percent">
68906895
<displayName>percent</displayName>
68916896
<unitPattern count="one">{0} percent</unitPattern>
@@ -7965,6 +7970,11 @@ annotations.
79657970
<unitPattern count="one">{0} ppm</unitPattern>
79667971
<unitPattern count="other">{0} ppm</unitPattern>
79677972
</unit>
7973+
<unit type="concentr-portion-per-1e9">
7974+
<displayName>parts/billion</displayName>
7975+
<unitPattern count="one">{0} ppb</unitPattern>
7976+
<unitPattern count="other">{0} ppb</unitPattern>
7977+
</unit>
79687978
<unit type="concentr-percent">
79697979
<displayName>percent</displayName>
79707980
<unitPattern count="one">{0}%</unitPattern>
@@ -9041,6 +9051,11 @@ annotations.
90419051
<unitPattern count="one">{0}ppm</unitPattern>
90429052
<unitPattern count="other">{0}ppm</unitPattern>
90439053
</unit>
9054+
<unit type="concentr-portion-per-1e9">
9055+
<displayName>ppb</displayName>
9056+
<unitPattern count="one">{0}ppb</unitPattern>
9057+
<unitPattern count="other">{0}ppb</unitPattern>
9058+
</unit>
90449059
<unit type="concentr-percent">
90459060
<displayName>%</displayName>
90469061
<unitPattern count="one">{0}%</unitPattern>

common/main/root.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5101,6 +5101,10 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
51015101
<displayName>ppm</displayName>
51025102
<unitPattern count="other">{0} ppm</unitPattern>
51035103
</unit>
5104+
<unit type="concentr-portion-per-1e9">
5105+
<displayName>ppb</displayName>
5106+
<unitPattern count="other">{0} ppb</unitPattern>
5107+
</unit>
51045108
<unit type="concentr-percent">
51055109
<displayName>%</displayName>
51065110
<unitPattern count="other">{0}%</unitPattern>

0 commit comments

Comments
 (0)