How to install the Chinese language package of Sublime Text
Step 1: Install Package Control
Package Control is a plug-in for Sublime Text Manager, you can easily install various plug-ins. The installation steps are as follows:
Ctrl
~
(Windows/Linux) or Cmd
~
(macOS) to open the console. <code>import urllib.request,os,hashlib; h = 'https://packagecontrol.io/Package%20Control.sublime-package'; urllib.request.install_opener(urllib.request.build_opener(urllib.request.ProxyHandler())); open(os.path.join(sublime.installed_packages_path(), 'Package Control.sublime-package'), 'wb').write(urllib.request.urlopen(h).read());</code>
Step 2: Install the Chinese language pack
Steps to install the Chinese language pack As follows:
Chinese
and press Enter. Chinese Language Pack
plug-in and click Install Package
. Step 3: Enable the Chinese language pack
After the installation is complete, you need to enable the Chinese language pack. The steps are as follows:
Preferences
-> Settings
. <code>"ignored_packages": [ "User" ], "color_scheme": "Packages/Chinese Language Pack/Chinese.tmTheme", "font_face": "Microsoft YaHei",</code>
The above is the detailed content of How to install sublime in Chinese. For more information, please follow other related articles on the PHP Chinese website!