查看完整版本: 移除 phpMyAdmin 中煩人的 You are using an incomplete translation 訊息


ppstream 2013-1-23 14:08

移除 phpMyAdmin 中煩人的 You are using an incomplete translation 訊息

最近在更新 phpMyAdmin 新版本之後,總會出現一個語系的訊息通知,
雖然不影響操作,或許不少人會覺得他很礙眼,關閉方式如下:

1.開啟 phpMyAdmin 資料夾下的 main.php 檔案。


2.找到約405行將下面這段刪除存檔即可。
[quote]if (isset($GLOBALS['language_stats'][$lang]) && $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold']) {
[size=13px][color=#fa0417]        trigger_error('You are using an incomplete translation, please help to make it better by <a href="http://www.phpmyadmin.net/home_page/improve.php#translate" target="_blank">contributing</a>.', E_USER_NOTICE);[/color][/size]
[size=13px][color=#fa0417]    }[/color][/size]
[/quote]
頁: [1]
查看完整版本: 移除 phpMyAdmin 中煩人的 You are using an incomplete translation 訊息