Home > Development Tools > sublime > body text

How to change sublime test into Chinese

下次还敢
Release: 2024-04-03 10:30:19
Original
785 people have browsed it

Sublime Text interface language can be switched to Chinese through the following steps: install the Chinese language pack; enable the Chinese language (add "Chinese.lang" in the "ignored_packages" line); restart Sublime Text; in the "User Interface Language" Select Chinese (Simplified or Traditional).

How to change sublime test into Chinese

How to change the Chinese interface in Sublime Text?

Sublime Text’s default interface language is English, but you can change it to Chinese by following these steps:

1. Install the Chinese language pack

  • Open Sublime Text.
  • Go to "Preferences" > "Browse Packages..." in the menu bar
  • In the "Package Control" window, enter "Chinese" and press Enter.
  • Click "Install Package" to install the Chinese language package.

2. Enable Chinese language

  • Go to "Preferences" > "Settings - Default" in the menu bar again.
  • In the editor, find the "ignored_packages" line.
  • After adding "Chinese.lang" to this line, separate it with a comma. Example:
<code>"ignored_packages": ["Vintage", "Chinese.lang"],</code>
Copy after login

3. Restart Sublime Text

  • Save the "Settings - Default" file.
  • Exit and restart Sublime Text.

4. Set the interface language to Chinese

  • Go to "View" > "User Interface Language" in the menu bar.
  • Select "Chinese (Simplified)" or "Chinese (Traditional)" from the list.

Now, the interface of Sublime Text will be changed to Chinese.

The above is the detailed content of How to change sublime test into Chinese. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!