Home  >  Article  >  Backend Development  >  How to change python into Chinese version

How to change python into Chinese version

little bottle
little bottleOriginal
2019-05-17 13:53:26161140browse

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.

How to change python into Chinese version

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn