Update helpers.ts

Added Finnish
zio/stable
Jan-Olof Eriksson 2024-02-19 07:39:46 +02:00 committed by GitHub
parent 003e18b94d
commit 76a5e3af71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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':