From 1fd6124024c3db5b75b33146631afec79ce7b1ca Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 23 Jan 2012 11:54:03 +0000 Subject: [PATCH] Enable indonesian language. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3023 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 2 +- templates/includes/header.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 9e2c08a4c..218840251 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 79d4058b7..38a383149 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(); -- GitLab