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
  • Just now
  • 10 years ago

Installs

  • Total 1.43M
  • Win 1.19M
  • Mac 161K
  • Linux 72K
Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 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
Windows 279 314 319 440 420 512 465 447 346 352 415 454 470 491 548 349 378 442 484 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
Mac 33 68 53 59 55 41 57 47 36 35 52 55 67 62 54 38 41 56 68 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
Linux 16 21 11 26 20 21 23 36 18 15 22 30 23 16 23 18 18 24 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

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