The Georgian UTF-8 language file was offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.

This commit is contained in:
Alexander M. Turek
2002-08-08 22:16:54 +00:00
parent a18a3d10f9
commit aa69c5b36c
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ $Source$
* lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3, * lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3,
translators.php3: Added Hindi language file, thanks to translators.php3: Added Hindi language file, thanks to
Girish Nair (girish_nair). Girish Nair (girish_nair).
* libraries/select_lang.lib.php3: The Georgian UTF-8 language file was
offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.
2002-08-07 Marc Delisle <lem9@users.sourceforge.net> 2002-08-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/afrikaans update, thanks to Andreas Pauley * lang/afrikaans update, thanks to Andreas Pauley

View File

@@ -91,7 +91,7 @@ if (!defined('PMA_SELECT_LANG_LIB_INCLUDED')) {
'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja'), 'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja'),
'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja'), 'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja'),
'ko-ks_c_5601-1987'=> array('ko|korean', 'korean-ks_c_5601-1987', 'ko'), 'ko-ks_c_5601-1987'=> array('ko|korean', 'korean-ks_c_5601-1987', 'ko'),
'ka-utf8' => array('ka|georgian', 'georgian-utf-8', 'ka'), 'ka-utf-8' => array('ka|georgian', 'georgian-utf-8', 'ka'),
'lt-utf-8' => array('lt|lithuanian', 'lithuanian-utf-8', 'lt'), 'lt-utf-8' => array('lt|lithuanian', 'lithuanian-utf-8', 'lt'),
'lt-win1257' => array('lt|lithuanian', 'lithuanian-windows-1257', 'lt'), 'lt-win1257' => array('lt|lithuanian', 'lithuanian-windows-1257', 'lt'),
'lv-utf-8' => array('lv|latvian', 'latvian-utf-8', 'lv'), 'lv-utf-8' => array('lv|latvian', 'latvian-utf-8', 'lv'),