Swedish abbreviations for speed

The Swedish abbreviation for speed is km/tim (even if km/h often is used) but NOT kmh
master
Johan Dahl 2022-04-08 12:40:36 +02:00 committed by GitHub
parent 0dcc0ec789
commit 1c535cd77c
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: "" },