Add Persian translation

This commit is contained in:
حمید کرد
2019-09-16 01:14:56 +04:30
committed by Frédéric Guillot
parent 3bb036a9d5
commit c4d27739c3
2 changed files with 1412 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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();