From 87f2ed654b2457f9ce149b1f1b1f0fadc3edce1e Mon Sep 17 00:00:00 2001 From: Maurice Date: Fri, 26 Jun 2026 18:16:32 +0200 Subject: [PATCH] =?UTF-8?q?i18n(sv):=20add=20the=20settings.distance=20key?= =?UTF-8?q?=20(Avst=C3=A5ndsenhet)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeps the Swedish locale in parity with the rest after the distance-unit setting (#1300) landed on the release branch. --- shared/src/i18n/sv/settings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/src/i18n/sv/settings.ts b/shared/src/i18n/sv/settings.ts index 8571dfa2..ee7078e5 100644 --- a/shared/src/i18n/sv/settings.ts +++ b/shared/src/i18n/sv/settings.ts @@ -53,6 +53,7 @@ const settings: TranslationStrings = { 'settings.auto': 'Auto', 'settings.language': 'Språk', 'settings.temperature': 'Temperaturenhet', + 'settings.distance': 'Avståndsenhet', 'settings.timeFormat': 'Tidsformat', 'settings.bookingLabels': 'Etiketter för bokningsrutter', 'settings.bookingLabelsHint': 'Visa stations- och flygplatsnamn på kartan. När funktionen är avstängd visas endast ikonen.',