add bahasa indonesia translation

integrate new bahasa indonesia translation
This commit is contained in:
Anjar Febrianto 2015-09-15 17:03:23 +07:00
parent 726efc93ee
commit 33ec0c9863
2 changed files with 1074 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

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