Update locales.js
parent
0a89c1f878
commit
4f53c59e0d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue