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

Localized​Menu

by zam1024t ALL Trending

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.

Labels localize, tool, menu

Details

Installs

  • Total 205K
  • Win 178K
  • Mac 9K
  • Linux 18K
Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1
Windows 1 106 123 158 94 63 81 59 70 55 80 70 67 65 43 32 65 60 57 54 55 51 44 41 43 60 53 58 36 53 47 68 74 63 47 43 55 36 67 50 47 62 34 39 51 47
Mac 0 2 4 4 4 3 0 8 2 0 2 4 4 0 2 1 3 4 5 1 4 2 1 5 6 3 6 2 1 4 1 2 4 2 3 1 2 5 5 3 1 3 2 1 3 4
Linux 0 8 6 9 13 7 7 4 12 3 8 14 4 6 6 13 9 7 4 6 7 5 8 11 6 8 8 7 6 8 8 7 9 17 12 10 4 6 13 8 14 13 11 5 7 11

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

This project is also hosted at

Shots

Work on Windows

Work on Windows

Work on OS X

Work on OS X

Work on Ubuntu

Work on Ubuntu

Installation

  • With Package Control
  • Manually

    • download master.zip,unpack to Packages,then rename LocalizedMenu-master to LocalizedMenu
    • git clone to Packages
    git clone https://github.com/zam1024t/LocalizedMenu
    

Usage

  • Toggle in menu
    • via Preference -> Languages
  • Toggle in command panel
    • Ctrl+Shift+P, typelmxx(xx is the locale code) to toggle

Add A Language

  • copy locale/en/en.json to locale/<locale>/<locale>.json, localize to your language
  • copy menu/<version>/en/* to menu/<version>/<locale>/*, localize to your language
  • For example, now add locale named my for Sublime Text Build 3999

    • open LocalizedMenu dir, via Preference -> Languages -> Add a language
    • enter locale, copy en to my
    • enter my, rename en.json to my.json, edit as:
    {
        "link": "",
        "hidden": false,
        "caption": "MyLanguage",
        "mnemonic": "m"
    }
    
    • entermenu/3999, copy en to my, and tranlate all caption in menu files
    • detect language via Preference -> Languages -> Detect, then MyLanguage (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

Submit A Language

Locales & Contributors

Related discuss

License

The MIT License