about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorAnkit Bhandari <85058931+whoisanku@users.noreply.github.com>2024-12-19 05:19:50 +0545
committerGitHub <noreply@github.com>2024-12-18 15:34:50 -0800
commitbdae89b67b5f50e0eda5caf851c7942434ec52f4 (patch)
tree2ba48968fd436a9927492fdad5f4d1f6e0e43113 /src/locale/helpers.ts
parent0e7ad198303b1cf7bfd86cd83f6c8eebfa09cfce (diff)
downloadvoidsky-bdae89b67b5f50e0eda5caf851c7942434ec52f4.tar.zst
Nepali Translation (divyaswormakai's reviewed & some changes) (#7033)
* feat: prepare necesaary files

* fix: message file for nepali translation

* feat: language file update

* feat: add missing pieces

* feat: one and other updates

* additional changes

---------

Co-authored-by: Divyaswor Makai <makaidivya@gmail.com>
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 2a34a7188..ed31faa49 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -155,6 +155,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.ko
       case 'nl':
         return AppLanguage.nl
+      case 'np':
+        return AppLanguage.np
       case 'pl':
         return AppLanguage.pl
       case 'pt-BR':