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

Localized​Menu

by zam1024t ALL

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 197K
  • Win 172K
  • Mac 9K
  • Linux 17K
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 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
Windows 6 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 92 127 74 119 61 50 89 96 123 82 135 85 61 98 86 110
Mac 0 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 2 4 2 2 6 1 2 3 2 6 6 3 3 1 1 1
Linux 0 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 6 8 7 11 13 11 7 12 13 6 8 8 8 6 6 10

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