about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorJan-Olof Eriksson <jan-olof.eriksson@iki.fi>2024-02-19 07:39:46 +0200
committerGitHub <noreply@github.com>2024-02-19 07:39:46 +0200
commit76a5e3af716d33e31e76aff0c35ca480a7965a97 (patch)
treead9b107c52d9323e3c6fee710fc43a643babda59 /src/locale/helpers.ts
parent003e18b94d4a9b76bc4f5746b480ef4d4aead754 (diff)
downloadvoidsky-76a5e3af716d33e31e76aff0c35ca480a7965a97.tar.zst
Update helpers.ts
Added Finnish
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r--src/locale/helpers.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index c73242e70..d07b95d93 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':