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 216K
- Win 188K
- Mac 9K
- Linux 19K
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 66 | 71 | 48 | 33 | 105 | 78 | 64 | 75 | 73 | 50 | 68 | 82 | 97 | 74 | 74 | 79 | 42 | 43 | 83 | 80 | 69 | 93 | 96 | 43 | 53 | 63 | 89 | 100 | 107 | 103 | 50 | 45 | 69 | 59 | 78 | 91 | 97 | 42 | 41 | 73 | 88 | 102 | 72 | 64 | 33 |
Mac | 0 | 1 | 3 | 1 | 1 | 2 | 6 | 6 | 2 | 3 | 2 | 1 | 5 | 5 | 3 | 1 | 6 | 4 | 1 | 5 | 3 | 4 | 2 | 4 | 4 | 1 | 2 | 6 | 5 | 3 | 5 | 3 | 2 | 3 | 3 | 5 | 3 | 3 | 0 | 1 | 5 | 3 | 1 | 2 | 3 | 7 |
Linux | 2 | 15 | 11 | 10 | 6 | 12 | 10 | 12 | 9 | 6 | 10 | 5 | 10 | 8 | 6 | 37 | 6 | 5 | 8 | 9 | 8 | 8 | 4 | 4 | 6 | 7 | 8 | 3 | 5 | 10 | 8 | 6 | 5 | 8 | 12 | 9 | 10 | 5 | 5 | 11 | 5 | 13 | 8 | 10 | 9 | 12 |
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