diff options
author | Anjar Febrianto <me@andzhar.com> | 2015-09-15 17:03:23 +0700 |
---|---|---|
committer | Anjar Febrianto <me@andzhar.com> | 2015-09-15 17:03:23 +0700 |
commit | 33ec0c9863abe3cee88b16c1bb88919245c39d4c (patch) | |
tree | 65309ee2cf9bb18dc6061c8f3272580a874b2add /app/Model/Config.php | |
parent | 726efc93ee7a645966748ff6db88e91f614f311c (diff) |
add bahasa indonesia translation
integrate new bahasa indonesia translation
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r-- | app/Model/Config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 6fa98f93..fe69e5c3 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -96,6 +96,7 @@ class Config extends Base 'zh_CN' => '中文(简体)', 'ja_JP' => '日本語', 'th_TH' => 'ไทย', + 'id_ID' => 'Bahasa Indonesia', ); if ($prepend) { @@ -135,6 +136,7 @@ class Config extends Base 'zh_CN' => 'zh-cn', 'ja_JP' => 'ja', 'th_TH' => 'th', + 'id_ID' => 'id' ); $lang = $this->getCurrentLanguage(); |