Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6886,6 +6886,11 @@ annotations.
<unitPattern count="one">{0} part per million</unitPattern>
<unitPattern count="other">{0} parts per million</unitPattern>
</unit>
<unit type="concentr-portion-per-1e9">
<displayName>parts per billion</displayName>
<unitPattern count="one">{0} part per billion</unitPattern>
<unitPattern count="other">{0} parts per billion</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>percent</displayName>
<unitPattern count="one">{0} percent</unitPattern>
Expand Down Expand Up @@ -7965,6 +7970,11 @@ annotations.
<unitPattern count="one">{0} ppm</unitPattern>
<unitPattern count="other">{0} ppm</unitPattern>
</unit>
<unit type="concentr-portion-per-1e9">
<displayName>parts/billion</displayName>
<unitPattern count="one">{0} ppb</unitPattern>
<unitPattern count="other">{0} ppb</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>percent</displayName>
<unitPattern count="one">{0}%</unitPattern>
Expand Down Expand Up @@ -9041,6 +9051,11 @@ annotations.
<unitPattern count="one">{0}ppm</unitPattern>
<unitPattern count="other">{0}ppm</unitPattern>
</unit>
<unit type="concentr-portion-per-1e9">
<displayName>ppb</displayName>
<unitPattern count="one">{0}ppb</unitPattern>
<unitPattern count="other">{0}ppb</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>%</displayName>
<unitPattern count="one">{0}%</unitPattern>
Expand Down
4 changes: 4 additions & 0 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5101,6 +5101,10 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<displayName>ppm</displayName>
<unitPattern count="other">{0} ppm</unitPattern>
</unit>
<unit type="concentr-portion-per-1e9">
<displayName>ppb</displayName>
<unitPattern count="other">{0} ppb</unitPattern>
</unit>
<unit type="concentr-percent">
<displayName>%</displayName>
<unitPattern count="other">{0}%</unitPattern>
Expand Down