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',
'th_TH',
'vi_VN',
'fa_IR',
);
}
@ -119,6 +120,7 @@ class LanguageModel extends Base
'ja_JP' => '日本語',
'th_TH' => 'ไทย',
'vi_VN' => 'Tiếng Việt',
'fa_IR' => 'فارسی',
);
if ($prepend) {
@ -168,6 +170,7 @@ class LanguageModel extends Base
'th_TH' => 'th',
'id_ID' => 'id',
'el_GR' => 'el',
'fa_IR' => 'fa',
);
$lang = $this->getCurrentLanguage();