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
+2
View File
@@ -24,6 +24,7 @@ export enum AppLanguage {
km = 'km',
ko = 'ko',
nl = 'nl',
np = 'np',
pl = 'pl',
pt_BR = 'pt-BR',
ro = 'ro',
@@ -62,6 +63,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
{code2: AppLanguage.km, name: 'ភាសាខ្មែរ Khmer'},
{code2: AppLanguage.ko, name: '한국어 Korean'},
{code2: AppLanguage.nl, name: 'Nederlands Dutch'},
{code2: AppLanguage.np, name: 'नेपाली Nepali'},
{code2: AppLanguage.pl, name: 'Polski Polish'},
{code2: AppLanguage.pt_BR, name: 'Português (BR) Portuguese (BR)'},
{code2: AppLanguage.ro, name: 'Română Romanian'},