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

Chinese​Localizations

by rexdf ALL Trending 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
  • 5 years ago
  • 6 days ago
  • 10 years ago

Installs

  • Total 1.45M
  • Win 1.22M
  • Mac 165K
  • Linux 74K
Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6
Windows 601 521 527 520 299 302 346 392 377 397 428 250 337 371 368 344 224 200 184 183 157 108 98 119 173 206 168 277 279 315 326 345 226 250 333 306 329 327 350 224 243 312 354 358 396 330
Mac 56 71 66 66 38 36 66 67 57 68 49 42 53 78 73 47 27 30 21 24 23 15 15 12 18 39 24 41 56 50 63 61 25 26 60 62 66 76 68 48 38 52 50 62 57 71
Linux 17 22 19 19 13 12 11 13 16 15 21 14 27 30 17 15 20 11 9 10 5 5 2 13 14 17 12 24 20 17 21 13 22 10 16 29 18 25 30 18 15 28 23 33 22 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