about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorMax Ignatenko <gelraen.ua@gmail.com>2024-01-03 20:22:55 +0000
committerGitHub <noreply@github.com>2024-01-04 01:52:55 +0530
commit401b3401c70a8bc9074904e922cded1986309bd6 (patch)
treeea9f9f28c19792d0122587f4c3c682f554604612 /src/locale/helpers.ts
parent1f38e9b197fcdc54409bfd346a1bbee67eac8a89 (diff)
downloadvoidsky-401b3401c70a8bc9074904e922cded1986309bd6.tar.zst
Add Ukrainian localization (#2336)
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 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
     }