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
  • 2 hours ago
  • 10 years ago

Installs

  • Total 1.42M
  • Win 1.19M
  • Mac 161K
  • Linux 72K
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9
Windows 471 474 495 488 334 352 451 537 552 483 552 382 494 566 573 636 616 312 260 235 249 247 245 224 467 477 411 433 481 505 588 697 347 434 499 576 524 281 333 348 527 686 782 693 716 803
Mac 67 52 52 43 24 37 40 57 61 47 51 30 64 72 52 57 57 28 29 27 18 24 18 29 52 54 27 65 66 47 45 58 37 40 74 54 68 31 29 27 57 51 63 64 64 55
Linux 20 22 19 18 21 12 28 15 27 17 26 29 28 24 27 22 20 10 15 28 11 10 24 11 18 14 23 18 28 24 23 22 15 21 31 24 27 21 17 19 38 35 18 21 26 30

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