From 76a5e3af716d33e31e76aff0c35ca480a7965a97 Mon Sep 17 00:00:00 2001 From: Jan-Olof Eriksson Date: Mon, 19 Feb 2024 07:39:46 +0200 Subject: [PATCH] Update helpers.ts Added Finnish --- src/locale/helpers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index c73242e7..d07b95d9 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -122,6 +122,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.de case 'es': return AppLanguage.es + case 'fi': + return AppLanguage.fi case 'fr': return AppLanguage.fr case 'hi':