mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
Add Angstrom as a Unit of Length
Adds new data entries to Resources.resw for unit abbreviation of Angstrom, and the unit name for Angstrom.
This commit is contained in:
parent
b10e229e76
commit
d58986eb2a
1 changed files with 8 additions and 0 deletions
|
@ -1665,6 +1665,10 @@
|
||||||
<value>cup (US)</value>
|
<value>cup (US)</value>
|
||||||
<comment>An abbreviation for a measurement unit of volume</comment>
|
<comment>An abbreviation for a measurement unit of volume</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="UnitAbbreviation_Angstrom" xml:space="preserve">
|
||||||
|
<value>A</value>
|
||||||
|
<comment>An abbreviation for a measurement unit of length</comment>
|
||||||
|
</data>
|
||||||
<data name="UnitAbbreviation_Acre" xml:space="preserve">
|
<data name="UnitAbbreviation_Acre" xml:space="preserve">
|
||||||
<value>ac</value>
|
<value>ac</value>
|
||||||
<comment>An abbreviation for a measurement unit of volume</comment>
|
<comment>An abbreviation for a measurement unit of volume</comment>
|
||||||
|
@ -2241,6 +2245,10 @@
|
||||||
<value>Nanometers</value>
|
<value>Nanometers</value>
|
||||||
<comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
<comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="UnitName_Angstrom" xml:space="preserve">
|
||||||
|
<value>Angstroms</value>
|
||||||
|
<comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
||||||
|
</data>
|
||||||
<data name="UnitName_NauticalMile" xml:space="preserve">
|
<data name="UnitName_NauticalMile" xml:space="preserve">
|
||||||
<value>Nautical miles</value>
|
<value>Nautical miles</value>
|
||||||
<comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
<comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue