How to implement python into the Chinese version: first download the pycharm Chinese version; then rename the "resources_en.jar" file to "resources_cn.jar"; finally copy the "resources_cn.jar" file back to the lib folder Just within.
pycharm is an IDE commonly used in Python programming. Today I will teach you how to Chineseize PyCharm so that the Chinese version of Python can be used conveniently. .
The Chinese translation process of pycharm is as follows:
The first step is to download the pycharm Chinese package link: https://github.com/yaoguangju/shared_documents
The second step , copy the resources_en.jar file in the lib folder under the pycharm installation directory, and rename it to resources_cn.jar
The third step is to double-click to open resources_cn.jar (note that it is opened rather than decompressed) , drag all the files in the downloaded Chinese package zh_CN directory to the messages directory in the resources_cn.jar file you just opened, and save it.
The fourth step is to copy the resources_cn.jar file back to the lib folder.
PS: It is recommended not to use the Chinese version, as it will cause some minor problems, such as incomplete display of the setting interface.
Copy the resources_en.jar file in the lib in the PyCharm installation directory, rename it to resources_cn.jar and move it out, complete all the steps and then move it back; open resources_cn.jar and drag the file in the Chinese package to the messages in resources_cn.jar save.
The above is the detailed content of How to change python into Chinese version. For more information, please follow other related articles on the PHP Chinese website!