diff options
author | حمید کرد <mer30hamid@gmail.com> | 2019-09-16 01:14:56 +0430 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-09-15 13:44:56 -0700 |
commit | c4d27739c32a44efccfce7973dd4b933aca56c12 (patch) | |
tree | 3da7dee35154ae124e17941f74aca3ffb03eb7f7 /app/Model | |
parent | 3bb036a9d5a5c09933d50ddd384cb3ea92791fdb (diff) |
Add Persian translation
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/LanguageModel.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Model/LanguageModel.php b/app/Model/LanguageModel.php index 111dbb6d..e80c6574 100644 --- a/app/Model/LanguageModel.php +++ b/app/Model/LanguageModel.php @@ -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(); |