Update locales.js

master
lunctis-viribus 2021-12-07 21:06:41 +01:00 committed by GitHub
parent 0a89c1f878
commit 4f53c59e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const distanceUnits = { // how many meters per X?
"nm": 1852
};
const speedUnits = { // how many kph per X?
"kmh": 1.00,
"kmh": 1,
"kph": 1,
"km/h": 1,
"mph": 1.60934,