From 1c535cd77c0ff37637e1b610bf2720da697c4585 Mon Sep 17 00:00:00 2001 From: Johan Dahl Date: Fri, 8 Apr 2022 12:40:36 +0200 Subject: [PATCH] Swedish abbreviations for speed The Swedish abbreviation for speed is km/tim (even if km/h often is used) but NOT kmh --- apps/locale/locales.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/locale/locales.js b/apps/locale/locales.js index 3add4d3ff..06e959954 100644 --- a/apps/locale/locales.js +++ b/apps/locale/locales.js @@ -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: "" },