fix locale errors after recent PRs

pull/1885/head
Gordon Williams 2022-05-26 09:59:11 +01:00
parent 211af92a41
commit 6f202bc925
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ const speedUnits = { // how many kph per X?
"kmh": 1,
"kph": 1,
"km/h": 1,
"kmt": 1,
"km/tim": 1,
"mph": 1.60934,
"kts": 1.852
};