about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-02-11 12:51:19 -0800
committerGitHub <noreply@github.com>2025-02-11 12:51:19 -0800
commiteabe3ed23112982a370291b3e1a26cf9754969a4 (patch)
treec144857e2bee66351e2791d88eb1e9e9da27805e /src/locale/helpers.ts
parent98b7e95b46838f00c3853bf6a32d4996b76dd98d (diff)
downloadvoidsky-eabe3ed23112982a370291b3e1a26cf9754969a4.tar.zst
Add language: Interlingua (#7715)
* Add language: Interlingua

* Add ia entry in dates
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 1f32ea1da..8517bbcfb 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -185,6 +185,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.hi
       case 'hu':
         return AppLanguage.hu
+      case 'ia':
+        return AppLanguage.ia
       case 'id':
         return AppLanguage.id
       case 'it':