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)/Any other language.

Labels localize, tool, menu

Details

Installs

  • Total 182K
  • Win 158K
  • Mac 8K
  • Linux 16K
Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14
Windows 81 69 61 56 58 69 67 57 70 65 79 62 47 58 72 81 60 65 54 74 72 66 66 68 60 46 65 69 55 55 42 54 56 59 54 64 52 69 50 75 61 75 59 57 65 47
Mac 4 3 1 1 4 4 2 6 1 4 4 4 3 2 5 2 3 1 1 6 0 5 5 1 3 1 1 1 6 1 2 2 10 2 4 1 3 4 1 1 4 6 5 1 1 6
Linux 7 4 8 14 10 9 10 3 4 5 11 10 7 12 10 9 9 3 4 2 8 14 7 5 12 9 7 9 8 5 7 4 8 9 9 7 7 6 7 9 8 9 7 8 6 8

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