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 198K
  • Win 172K
  • Mac 9K
  • Linux 17K
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 Mar 31 Mar 30 Mar 29
Windows 43 71 70 66 68 76 66 65 57 63 57 46 52 68 71 58 63 49 78 116 84 85 53 56 72 96 95 92 129 66 93 89 100 85 74 100 77 60 45 61 81 76 115 58 45 72
Mac 0 2 2 1 4 2 3 5 2 2 3 1 4 3 2 2 1 4 5 5 3 3 1 2 1 4 5 5 2 4 2 3 2 4 1 1 2 1 0 1 4 6 5 2 1 6
Linux 3 8 5 9 8 10 17 9 10 16 10 13 8 8 5 15 9 11 5 10 15 13 8 5 9 10 7 3 11 8 7 5 8 5 5 11 5 3 14 4 14 7 10 5 7 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

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