Revision: 3023
Author:   olavmrk
Date:     Mon Jan 23 03:54:03 2012
Log:      Enable indonesian language.
http://code.google.com/p/simplesamlphp/source/detail?r=3023

Modified:
 /trunk/config-templates/config.php
 /trunk/templates/includes/header.php

=======================================
--- /trunk/config-templates/config.php  Mon Dec 19 05:08:34 2011
+++ /trunk/config-templates/config.php  Mon Jan 23 03:54:03 2012
@@ -247,7 +247,7 @@
        /*
         * 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',

=======================================
--- /trunk/templates/includes/header.php        Thu Jan 19 00:49:52 2012
+++ /trunk/templates/includes/header.php        Mon Jan 23 03:54:03 2012
@@ -184,6 +184,7 @@
                                        'fa' => 'پارسی', // Persian
                                        'ur' => 'اردو', // Urdu
                                        'he' => 'עִבְרִית', // Hebrew
+                                       'id' => 'Bahasa Indonesia', // 
Indonesian
                );

                $textarray = array();

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to