This commit is contained in:
Marc Delisle
2001-10-20 13:26:55 +00:00
parent 81fead7a24
commit ae89b983b8
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-10-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/select_lang.lib.php3, lang/turkish.inc.php3:
new turkish language, thanks to bora at risc01.ktu.edu.tr
(will add the full name when possible)
2001-10-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/user_details.JS, lines 126-130: url has to changed whatever is
the control that called the "change" function.

View File

@@ -67,6 +67,7 @@ $available_languages = array(
'se' => array('se|swedish', 'swedish', 'se'),
'sk' => array('sk|slovak', 'slovak-iso', 'sk'),
'th' => array('th|thai', 'thai', 'th'),
'tr' => array('tr|turkish', 'turkish', 'tr'),
'zh-tw' => array('zh[-_]tw|chinese traditional', 'chinese_big5', 'zh-TW'),
'zh' => array('zh|chinese simplified', 'chinese_gb', 'zh')
);
@@ -164,4 +165,4 @@ if (empty($lang)) {
// 4. Defines the associated filename and load the translation
$lang_file = $lang_path . $available_languages[$lang][1] . '.inc.php3';
require('./' . $lang_file);
?>
?>