From 33ec0c9863abe3cee88b16c1bb88919245c39d4c Mon Sep 17 00:00:00 2001 From: Anjar Febrianto Date: Tue, 15 Sep 2015 17:03:23 +0700 Subject: add bahasa indonesia translation integrate new bahasa indonesia translation --- app/Model/Config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model') 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(); -- cgit v1.2.3