mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 01:57:57 +00:00
feat: add Kurdish, Turkish, and Persian language support
- Add Kurdish (Kurmanji) - ku - Add Kurdish (Sorani) - ckb - Add Turkish - tr - Add Persian (Farsi) - fa
This commit is contained in:
@@ -20,10 +20,18 @@ export function createLanguages (t: TFunction): Option[] {
|
||||
text: 'عربى',
|
||||
value: 'ar'
|
||||
},
|
||||
{
|
||||
text: 'کوردی (سۆرانی)',
|
||||
value: 'ckb'
|
||||
},
|
||||
{
|
||||
text: 'Español',
|
||||
value: 'es'
|
||||
},
|
||||
{
|
||||
text: 'فارسی',
|
||||
value: 'fa'
|
||||
},
|
||||
{
|
||||
text: 'Français',
|
||||
value: 'fr'
|
||||
@@ -44,6 +52,10 @@ export function createLanguages (t: TFunction): Option[] {
|
||||
text: '한국어',
|
||||
value: 'ko'
|
||||
},
|
||||
{
|
||||
text: 'Kurdî (Kurmancî)',
|
||||
value: 'ku'
|
||||
},
|
||||
{
|
||||
text: 'Português',
|
||||
value: 'pt'
|
||||
@@ -52,6 +64,10 @@ export function createLanguages (t: TFunction): Option[] {
|
||||
text: 'русский',
|
||||
value: 'ru'
|
||||
},
|
||||
{
|
||||
text: 'Türkçe',
|
||||
value: 'tr'
|
||||
},
|
||||
{
|
||||
text: '汉语',
|
||||
value: 'zh'
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,17 +1,21 @@
|
||||
[
|
||||
"ar",
|
||||
"bn",
|
||||
"ckb",
|
||||
"en",
|
||||
"es",
|
||||
"fa",
|
||||
"fr",
|
||||
"hi",
|
||||
"id",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"ku",
|
||||
"pl",
|
||||
"pt",
|
||||
"ru",
|
||||
"tr",
|
||||
"ur",
|
||||
"zh"
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user