Add Persian translation
This commit is contained in:
committed by
Frédéric Guillot
parent
3bb036a9d5
commit
c4d27739c3
1409
app/Locale/fa_IR/translations.php
Normal file
1409
app/Locale/fa_IR/translations.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -57,6 +57,7 @@ class LanguageModel extends Base
|
|||||||
'ja_JP',
|
'ja_JP',
|
||||||
'th_TH',
|
'th_TH',
|
||||||
'vi_VN',
|
'vi_VN',
|
||||||
|
'fa_IR',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,6 +120,7 @@ class LanguageModel extends Base
|
|||||||
'ja_JP' => '日本語',
|
'ja_JP' => '日本語',
|
||||||
'th_TH' => 'ไทย',
|
'th_TH' => 'ไทย',
|
||||||
'vi_VN' => 'Tiếng Việt',
|
'vi_VN' => 'Tiếng Việt',
|
||||||
|
'fa_IR' => 'فارسی',
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($prepend) {
|
if ($prepend) {
|
||||||
@@ -168,6 +170,7 @@ class LanguageModel extends Base
|
|||||||
'th_TH' => 'th',
|
'th_TH' => 'th',
|
||||||
'id_ID' => 'id',
|
'id_ID' => 'id',
|
||||||
'el_GR' => 'el',
|
'el_GR' => 'el',
|
||||||
|
'fa_IR' => 'fa',
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang = $this->getCurrentLanguage();
|
$lang = $this->getCurrentLanguage();
|
||||||
|
|||||||
Reference in New Issue
Block a user