mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
Add Torr as a unit abbreviation for Pressure
The code changes include adding the unit abbreviation "Torr" for pressure measurement in the Resources.resw file. This change allows users to use "Torr" as an abbreviation when working with pressure calculations.
This commit is contained in:
parent
9681cfc37c
commit
f67990c7d5
1 changed files with 4 additions and 0 deletions
|
@ -2353,6 +2353,10 @@
|
||||||
<value>psi</value>
|
<value>psi</value>
|
||||||
<comment>An abbreviation for a measurement unit of Pressure</comment>
|
<comment>An abbreviation for a measurement unit of Pressure</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="UnitAbbreviation_Torr" xml:space="preserve">
|
||||||
|
<value>Torr</value>
|
||||||
|
<comment>An abbreviation for a measurement unit of Pressure</comment>
|
||||||
|
</data>
|
||||||
<data name="UnitAbbreviation_Centigram" xml:space="preserve">
|
<data name="UnitAbbreviation_Centigram" xml:space="preserve">
|
||||||
<value>cg</value>
|
<value>cg</value>
|
||||||
<comment>An abbreviation for a measurement unit of weight</comment>
|
<comment>An abbreviation for a measurement unit of weight</comment>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue