Use two words for Nautical miles unit (#126905)

This commit is contained in:
Michael
2024-09-27 13:16:13 +02:00
committed by GitHub
parent b78a1f7b61
commit ffa6b5fcb2
5 changed files with 12 additions and 12 deletions

View File

@ -238,7 +238,7 @@ METRIC_SYSTEM = UnitSystem(
("distance", UnitOfLength.FEET): UnitOfLength.METERS,
("distance", UnitOfLength.INCHES): UnitOfLength.MILLIMETERS,
("distance", UnitOfLength.MILES): UnitOfLength.KILOMETERS,
("distance", UnitOfLength.NAUTICALMILES): UnitOfLength.KILOMETERS,
("distance", UnitOfLength.NAUTICAL_MILES): UnitOfLength.KILOMETERS,
("distance", UnitOfLength.YARDS): UnitOfLength.METERS,
# Convert non-metric volumes of gas meters
("gas", UnitOfVolume.CENTUM_CUBIC_FEET): UnitOfVolume.CUBIC_METERS,