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

Chinese​Localizations

by rexdf ALL Top 25

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

Details

  • 1.11.7
    1.0.5
  • github.​com
  • github.​com
  • 4 years ago
  • 44 minutes ago
  • 9 years ago

Installs

  • Total 1.36M
  • Win 1.13M
  • Mac 154K
  • Linux 69K
May 9 May 8 May 7 May 6 May 5 May 4 May 3 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
Windows 219 536 466 587 307 245 249 219 289 451 452 530 403 456 461 521 558 636 374 367 439 539 575 485 619 339 373 435 518 581 530 570 550 284 278 319 448 516 658 364 328 456 596 611 621 671
Mac 27 73 63 68 27 30 32 38 32 65 66 72 44 45 60 76 69 68 51 33 66 84 62 54 56 31 25 67 55 65 62 81 65 25 32 38 55 71 65 38 29 75 62 61 69 96
Linux 9 33 32 33 14 17 13 15 15 27 28 24 18 35 23 30 39 21 26 24 27 36 29 25 17 15 27 23 25 22 27 23 24 15 16 9 27 24 23 14 18 20 29 28 30 31

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