ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Chinese​Localizations

by rexdf ST3 Top 25

Localization for Sublime Text, support 简体中文 繁体中文 日本語 Chinese Japanese German Russian Spanish Armenian Swedish and French

Details

Installs

  • Total 1.48M
  • Win 1.24M
  • Mac 168K
  • Linux 75K
May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18
Windows 43 186 280 322 390 321 267 473 380 350 344 416 250 237 359 396 428 421 433 273 291 482 436 695 428 429 260 235 234 383 390 416 445 285 336 517 556 514 516 504 286 298 548 560 477 613
Mac 6 31 36 61 68 68 36 73 85 60 61 81 42 49 59 73 53 69 67 44 52 62 75 60 61 83 37 34 42 71 69 58 71 53 50 61 64 84 79 88 39 54 72 76 77 80
Linux 1 16 23 26 35 19 7 14 29 9 26 22 19 18 36 24 8 20 23 17 17 31 28 20 18 23 14 16 9 25 21 26 22 19 25 31 26 20 24 21 15 19 21 27 31 25

Readme

Source
raw.​githubusercontent.​com

Chinese Localization

Simplified Chinese and Traditional Chinese Translation for Sublime Text 3. Support MainMenu TabMenu ContextMenu,etc.

I try to support more languages. Now Japanese is partially supported.

I add support to Deutsche(German) Русский(Russian) Español(Spanish) Հայերեն(Armenian) Svenska(Swedish) Français(French) in version 1.11.0.

Manual Install

Clone this repository into Sublime Text 3/Packages using OS-appropriate location:

OSX:

git clone -b st3 https://github.com/rexdf/ChineseLocalization.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ChineseLocalization

Windows:

git clone -b st3 https://github.com/rexdf/ChineseLocalization.git "%APPDATA%\Sublime Text 3\Packages\ChineseLocalization"

Linux:

git clone -b st3 https://github.com/rexdf/ChineseLocalization.git ~/.config/sublime-text-3/Packages/ChineseLocalization

Or just download this repo as zip, rename it to ChineseLocalization.sublime-package and put it to Data\Installed Packages. (Sublime Text 3 only) You need to unpack and pack it again to make sure all files in the zip root rather than ChineseLocalization-st3 folder. Or just unzip them to ChineseLocalization folder in Data/Packages folder(You can open that folder by click main menu Preferences\Browse Packages...).

Package Control Install

Recommand for 3124+, click Menu Tools\Install Package Control , then Menu Preferences\Package Control , install Chinese​Localizations.

screenshot

screenshot

screenshot

Usage

  • [x] Help/Language/Simplified Chinese 简体中文
  • [x] Help/Language/Traditional Chinese 正體中文
  • [ ] Help/Language/Japanese 日本語
  • [ ] Help/Language/Russian Русский
  • [ ] Help/Language/Spanish Español
  • [ ] Help/Language/French Français
  • [ ] Help/Language/German Deutsche
  • [ ] Help/Language/Swedish Svenska
  • [ ] Help/Language/Armenian Հայերեն
  • [x] Help/Language/English

problems

Now this problem has been solved at st3-1.6.0.

Because almost every package has a Main.sublime-menu, So some package name maybe override the Default one.

AFAIK, minimal manual delete including:

  • SublimeREPL delete caption

  • Minify Overwrite, but delete

  • Tag delete mnemonic caption

  • Indent XML delete caption Selection

  • HTMLBeautify delete caption Edit

  • GraphvizPreview delete caption Edit

Author & Contributors