LocalizedMenu
Localize Tool & Localized Menu for Sublime Text 2/3/4 End User. Localization with 简体中文(Simplified Chinese)/繁体中文(Traditional Chinese)/Русский(Russian)/Español(Spanish)/Հայերեն(Armenian)/Svenska(Swedish)/Français(French)/Português(Portuguese)/Deutsch(German)/Magyar(Hungarian)/Any other language.
Details
Installs
- Total 218K
- Win 189K
- Mac 10K
- Linux 19K
May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 46 | 62 | 74 | 60 | 50 | 32 | 29 | 66 | 44 | 49 | 34 | 50 | 33 | 41 | 31 | 35 | 40 | 59 | 57 | 46 | 43 | 46 | 46 | 61 | 62 | 53 | 27 | 40 | 59 | 53 | 68 | 51 | 74 | 50 | 52 | 68 | 51 | 64 | 60 | 66 | 40 | 46 | 43 | 57 | 62 | 66 |
Mac | 1 | 2 | 3 | 3 | 5 | 2 | 0 | 4 | 3 | 0 | 4 | 4 | 1 | 3 | 2 | 2 | 3 | 8 | 1 | 2 | 2 | 2 | 5 | 4 | 3 | 4 | 2 | 1 | 5 | 3 | 2 | 9 | 3 | 3 | 1 | 5 | 2 | 1 | 2 | 5 | 1 | 0 | 3 | 6 | 5 | 1 |
Linux | 0 | 10 | 7 | 3 | 3 | 7 | 2 | 5 | 9 | 8 | 7 | 6 | 6 | 11 | 7 | 4 | 9 | 13 | 4 | 8 | 8 | 6 | 3 | 4 | 5 | 4 | 6 | 11 | 8 | 8 | 5 | 6 | 7 | 9 | 9 | 11 | 3 | 8 | 5 | 7 | 9 | 4 | 4 | 1 | 10 | 15 |
Readme
- Source
- raw.githubusercontent.com
LocalizedMenu
Localize Tool & Localized Menu for Sublime Text 2/¾ End User
- Provide a easy way to add new languages
- Support multiple version/platform
- Support share common menus
- Auto backup local menus
- Auto unpack new build english menus
README.md
- de_DE Deutsch
- en English
- es_ES Español
- fr_FR Français
- hu Magyar
- hy Հայերեն
- pt_BR Português do Brasil
- ru Русский
- sv_SE Svenska
- zh_CN 简体中文
- zh_TW 繁体中文
This project is also hosted at
Shots
Work on Windows
Work on OS X
Work on Ubuntu
Installation
- With Package Control
- install Package Control
- search for
LocalizedMenu
Manually
- download master.zip,unpack to
Packages
,then renameLocalizedMenu-master
toLocalizedMenu
- git clone to
Packages
git clone https://github.com/zam1024t/LocalizedMenu
- download master.zip,unpack to
Usage
- Toggle in menu
- via
Preference
->Languages
- via
- Toggle in command panel
Ctrl+Shift+P
, typelmxx
(xx is the locale code) to toggle
Add A Language
- copy
locale/en/en.json
tolocale/<locale>/<locale>.json
, localize to your language - copy
menu/<version>/en/*
tomenu/<version>/<locale>/*
, localize to your language For example, now add locale named
my
for Sublime Text Build 3999- open
LocalizedMenu
dir, viaPreference
->Languages
->Add a language
- enter
locale
, copyen
tomy
- enter
my
, renameen.json
tomy.json
, edit as:
{ "link": "", "hidden": false, "caption": "MyLanguage", "mnemonic": "m" }
- enter
menu/3999
, copyen
tomy
, and tranlate allcaption
in menu files - detect language via
Preference
->Languages
->Detect
, thenMyLanguage (my)
display
locale configs
link: the target locale linked to
hidden: hide menu item
caption: language name,locale code will auto add extraly
mnemonic: hotkey,optional,make sure caption contain it,Case sensitive- open
Submit A Language
- locale name must be named as
<languageCode>
or<languageCode>_<countryCode>
<languageCode>
lowercase,<countryCode>
uppercase, (ignore this if work on local)- Language: https://www.wikipedia.org/wiki/ISO_639-1
- Country: https://www.wikipedia.org/wiki/ISO_3166-1
- Fork repo
- Make pull request
Locales & Contributors
- de_DE Deutsch by Standarduser
- es Español by Christopher
- es_ES Español by Dastillero
- fr_FR Français by fxbenard
- hu Magyar by Tamás Balog
- hy Հայերեն by Arman High Foundation
- pt Português do Brasil by JNylson
- ru Русский by Dimox & Ant0sh & Maksim Arhipov
- sv_SE Svenska by H2SO4JB
- zh_CN 简体中文 by Zam
- zh_TW 繁体中文 by Zam
Related discuss
- https://github.com/wbond/package_control_channel/pull/5665
- https://github.com/rexdf/ChineseLocalization/issues/10