diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-16 21:40:36 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-16 21:40:36 -0400 |
commit | 983ffc7d95e9269a1a53edfdbc8273f880e4aaa8 (patch) | |
tree | 8460bcbe4bbaf69484f36235889d4121bab5d819 /app/Model | |
parent | 62fd225cfb17129c74ca3aaa6a75ddffe6453a3f (diff) | |
parent | 33ec0c9863abe3cee88b16c1bb88919245c39d4c (diff) |
Merge pull-request #1231
Diffstat (limited to 'app/Model')
-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(); |