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:
Jacob Poteet 2024-02-10 15:44:36 -05:00
commit f67990c7d5

View file

@ -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>