More consistant naming for the chinese language files

This commit is contained in:
Alexander M. Turek
2004-07-30 19:16:49 +00:00
parent 23dd97fd88
commit 99a4b30a74
6 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-07-30 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
naming for the chinese language files.
2004-07-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/hungarian: updates, thanks to Peter Bakondy
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).

View File

@@ -150,10 +150,10 @@ $available_languages = array(
'tr-iso-8859-9' => array('tr|turkish', 'turkish-iso-8859-9', 'tr'),
'uk-utf-8' => array('uk|ukrainian', 'ukrainian-utf-8', 'uk'),
'uk-win1251' => array('uk|ukrainian', 'ukrainian-windows-1251', 'uk'),
'zh-tw-utf-8' => array('zh[-_]tw|chinese traditional', 'chinese_big5-utf-8', 'zh-TW'),
'zh-tw' => array('zh[-_]tw|chinese traditional', 'chinese_big5', 'zh-TW'),
'zh-utf-8' => array('zh|chinese simplified', 'chinese_gb-utf-8', 'zh'),
'zh' => array('zh|chinese simplified', 'chinese_gb', 'zh')
'zh-tw-utf-8' => array('zh[-_]tw|chinese traditional', 'chinese_traditional-utf-8', 'zh-TW'),
'zh-tw-big5' => array('zh[-_]tw|chinese traditional', 'chinese_traditional-big5', 'zh-TW'),
'zh-utf-8' => array('zh|chinese simplified', 'chinese_simplified-utf-8', 'zh'),
'zh-gb2312' => array('zh|chinese simplified', 'chinese_simplified-gb2312', 'zh')
);