diff --git a/config-templates/config.php b/config-templates/config.php index 9e2c08a4cf3c8eb6da0a9d126d02a87936c66b17..218840251365a4edce695e36cfc4279e176b3f71 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -247,7 +247,7 @@ $config = array ( /* * Languages available, RTL languages, and what language is default */ - 'language.available' => array('en', 'no', 'nn', 'se', 'da', 'de', 'sv', 'fi', 'es', 'fr', 'it', 'nl', 'lb', 'cs', 'sl', 'lt', 'hr', 'hu', 'pl', 'pt', 'pt-br', 'tr', 'ja', 'zh', 'zh-tw', 'ru', 'et', 'he'), + 'language.available' => array('en', 'no', 'nn', 'se', 'da', 'de', 'sv', 'fi', 'es', 'fr', 'it', 'nl', 'lb', 'cs', 'sl', 'lt', 'hr', 'hu', 'pl', 'pt', 'pt-br', 'tr', 'ja', 'zh', 'zh-tw', 'ru', 'et', 'he', 'id'), 'language.rtl' => array('ar','dv','fa','ur','he'), 'language.default' => 'en', diff --git a/templates/includes/header.php b/templates/includes/header.php index 79d4058b74f64aafac8f23b52c508c479b093fbd..38a3831490c57dda40caf0084fc3bd9590724436 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -184,6 +184,7 @@ if($onLoad !== '') { 'fa' => 'پارسی', // Persian 'ur' => 'اردŮ', // Urdu 'he' => 'עִבְרִית', // Hebrew + 'id' => 'Bahasa Indonesia', // Indonesian ); $textarray = array();