diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-11-23 16:34:31 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-11-23 16:34:31 -0800 |
commit | 7782517a91b617699a2c5d04c79dfc96cfdfd4d9 (patch) | |
tree | 2b8e87314443427f241490dee6ab150909a3a946 /src/locale/helpers.ts | |
parent | b4d07c4112b9a62b5380948051aa4a7fd391a2d4 (diff) | |
parent | a55444a53a006de214ce63d464789ac0f90fbf9a (diff) | |
download | voidsky-7782517a91b617699a2c5d04c79dfc96cfdfd4d9.tar.zst |
Merge branch 'monty241-main' into main
Diffstat (limited to 'src/locale/helpers.ts')
-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 39d7def55..c1842b820 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -147,6 +147,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.ja case 'ko': return AppLanguage.ko + case 'nl': + return AppLanguage.nl case 'pl': return AppLanguage.pl case 'pt-BR': |