2011/1/6 honestqiao <honestq...@gmail.com>: > In https://edit.php.net/, I can choose Language: Chinese (Simplified). > How to translate the panel language to Chinese (Simplified)? >
It's quite easy. Take a look here: http://svn.php.net/viewvc/web/doc-editor/trunk/js/locale/, just copy some locale file and give it name of your locale (IIRC zh), for example, copy fr.php to zh.php and translate it. If you don't have an account, attach your patch to the letter and send here or to the php.doc.web list (http://news.php.net/php.doc.web). if you're on linux, you can checkout online editor with this command: $ svn co http://svn.php.net/repository/web/doc-editor/trunk/ doc-editor After you patch will be commited to svn, changes will be applied within some hours. -- Regards, Shein Alexey