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>
This commit is contained in:
Ankit Bhandari
2024-12-19 05:19:50 +05:45
committed by GitHub
parent 0e7ad19830
commit bdae89b67b
9 changed files with 9109 additions and 0 deletions
+1
View File
@@ -12,4 +12,5 @@ test('sanitizeAppLanguageSetting', () => {
expect(sanitizeAppLanguageSetting('en,foo')).toBe(AppLanguage.en)
expect(sanitizeAppLanguageSetting('foo,en')).toBe(AppLanguage.en)
expect(sanitizeAppLanguageSetting('vi')).toBe(AppLanguage.vi)
expect(sanitizeAppLanguageSetting('np')).toBe(AppLanguage.np)
})