Update locales.js

km/h -> kmh (This did not fit in weather app)
master
lunctis-viribus 2021-12-07 20:13:46 +01:00 committed by GitHub
parent 5d4055b3bf
commit fc5902be9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ var locales = {
thousands_sep: ".", thousands_sep: ".",
currency_symbol: "€", currency_symbol: "€",
int_curr_symbol: "EUR", int_curr_symbol: "EUR",
speed: "km/h", speed: "kmh",
distance: { 0: "m", 1: "km" }, distance: { 0: "m", 1: "km" },
temperature: "°C", temperature: "°C",
ampm: { 0: "am", 1: "pm" }, ampm: { 0: "am", 1: "pm" },