From fc5902be9bbc7dedee25a1e4b787a22e391e9ecd Mon Sep 17 00:00:00 2001 From: lunctis-viribus <31998224+lunctis-viribus@users.noreply.github.com> Date: Tue, 7 Dec 2021 20:13:46 +0100 Subject: [PATCH] Update locales.js km/h -> kmh (This did not fit in weather app) --- apps/locale/locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/locale/locales.js b/apps/locale/locales.js index 482eb466a..419d1cefb 100644 --- a/apps/locale/locales.js +++ b/apps/locale/locales.js @@ -197,7 +197,7 @@ var locales = { thousands_sep: ".", currency_symbol: "€", int_curr_symbol: "EUR", - speed: "km/h", + speed: "kmh", distance: { 0: "m", 1: "km" }, temperature: "°C", ampm: { 0: "am", 1: "pm" },