diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-02-11 12:51:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 12:51:19 -0800 |
commit | eabe3ed23112982a370291b3e1a26cf9754969a4 (patch) | |
tree | c144857e2bee66351e2791d88eb1e9e9da27805e /src/locale/helpers.ts | |
parent | 98b7e95b46838f00c3853bf6a32d4996b76dd98d (diff) | |
download | voidsky-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.ts | 2 |
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': |