1
0
Fork 0

Merge pull request #1670 from johandalabacka/swedish-speed-abbreviation

Swedish abbreviations for speed
master
Gordon Williams 2022-04-08 11:59:43 +01:00 committed by GitHub
commit dc273a7a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ var locales = {
thousands_sep: ".",
currency_symbol: "kr",
int_curr_symbol: "SKR",
speed: "kmh",
speed: "km/tim",
distance: { 0: "m", 1: "km" },
temperature: "°C",
ampm: { 0: "fm", 1: "em" },
@ -264,7 +264,7 @@ var locales = {
thousands_sep: ".",
currency_symbol: "kr",
int_curr_symbol: "SKR",
speed: 'kmh',
speed: 'km/h',
distance: { "0": "m", "1": "km" },
temperature: '°C',
ampm: { 0: "", 1: "" },