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 217K
- Win 189K
- Mac 9K
- Linux 19K
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 31 | 46 | 61 | 62 | 53 | 27 | 40 | 59 | 53 | 68 | 51 | 74 | 50 | 52 | 68 | 51 | 64 | 60 | 66 | 40 | 46 | 43 | 57 | 62 | 66 | 71 | 48 | 33 | 105 | 78 | 64 | 75 | 73 | 50 | 68 | 82 | 97 | 74 | 74 | 79 | 42 | 43 | 83 | 80 | 69 | 93 |
Mac | 1 | 5 | 4 | 3 | 4 | 2 | 1 | 5 | 3 | 2 | 9 | 3 | 3 | 1 | 5 | 2 | 1 | 2 | 5 | 1 | 0 | 3 | 6 | 5 | 1 | 3 | 1 | 1 | 2 | 6 | 6 | 2 | 3 | 2 | 1 | 5 | 5 | 3 | 1 | 6 | 4 | 1 | 5 | 3 | 4 | 2 |
Linux | 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 | 11 | 10 | 6 | 12 | 10 | 12 | 9 | 6 | 10 | 5 | 10 | 8 | 6 | 37 | 6 | 5 | 8 | 9 | 8 | 8 | 4 |
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