Home>Article>Development Tools> How to use sublime Chinese language package

How to use sublime Chinese language package

下次还敢
下次还敢 Original
2024-04-03 09:48:16 847browse

The Chinese package installation of Sublime Text can be completed in two ways: Package Control installation: Open the command panel (Ctrl Shift P/Cmd Shift P), enter and press Enter to execute "install package". Type "Chinese Language Pack" in the search bar and press Enter to install. Manual installation: Download the Chinese language pack from GitHub. Unzip the downloaded file and copy the ChineseLanguagePack folder to the Packages directory of Sublime Text. Restart Sublime T

How to use sublime Chinese language package

Sublime Text Chinese Pack Installation Guide

How to install Sublime Text Chinese Pack?

Installing the Chinese package in Sublime Text is very simple:

1. Package Control installation

  • PressCtrl Shift P(Windows/Linux) orCmd Shift P(Mac) opens the Command Palette.
  • Enterinstall packageand press Enter.
  • EnterChinese Language Packin the search bar and press Enter to install.

2. Manual installation

  • Download the Chinese language pack: https://github.com/victorzhou/chinese-language-pack
  • Extract the downloaded file and you will get a folder namedChineseLanguagePack.
  • Copy this folder to thePackagesdirectory of Sublime Text.

Default path:

  • Windows:C:\Users\\AppData\Roaming\Sublime Text 3\ Packages
  • Linux:$HOME/.config/sublime-text-3/Packages
  • Mac:~/Library/Application Support/Sublime Text 3/Packages

Enable Chinese language pack

  • Restart Sublime Text.
  • PressCtrl ,(Windows/Linux) orCmd ,(Mac) to open settings.
  • In theSettings - Usertab, find theChinese Language Packsetting and set it totrue.

Example settings:

{ "chinese_language_pack": true }

Save the settings and restart Sublime Text, the Chinese language pack can be enabled.

The above is the detailed content of How to use sublime Chinese language package. 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