diff options
author | Jan-Olof Eriksson <jan-olof.eriksson@iki.fi> | 2024-02-19 07:39:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 07:39:46 +0200 |
commit | 76a5e3af716d33e31e76aff0c35ca480a7965a97 (patch) | |
tree | ad9b107c52d9323e3c6fee710fc43a643babda59 | |
parent | 003e18b94d4a9b76bc4f5746b480ef4d4aead754 (diff) | |
download | voidsky-76a5e3af716d33e31e76aff0c35ca480a7965a97.tar.zst |
Update helpers.ts
Added Finnish
-rw-r--r-- | src/locale/helpers.ts | 2 |
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': |