diff options
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 a24b69b4e..517e610bf 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -126,6 +126,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.ko case 'pt-BR': return AppLanguage.pt_BR + case 'uk': + return AppLanguage.uk default: continue } |