summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Model/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php
index fe69e5c3..8e51da24 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -75,6 +75,7 @@ class Config extends Base
{
// Sorted by value
$languages = array(
+ 'id_ID' => 'Bahasa Indonesia',
'cs_CZ' => 'Čeština',
'da_DK' => 'Dansk',
'de_DE' => 'Deutsch',
@@ -96,7 +97,6 @@ class Config extends Base
'zh_CN' => '中文(简体)',
'ja_JP' => '日本語',
'th_TH' => 'ไทย',
- 'id_ID' => 'Bahasa Indonesia',
);
if ($prepend) {