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 209K
  • Win 182K
  • Mac 9K
  • Linux 18K
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 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 37 29 32 74 57 51 76 0 0 55 80 59 55 79 99 59 91 84 54 60 75 107 99 87 86 50 63 91 131 111 77 88 59 57 94 171 169 94 95 78 64 116 110 117 115 55
Mac 1 2 1 6 5 8 2 0 0 1 5 4 3 2 2 3 0 1 4 8 6 2 2 2 2 3 2 2 1 4 2 0 1 2 1 6 2 7 2 1 0 2 4 1 3 0
Linux 4 6 7 13 5 15 6 0 0 9 8 9 4 9 8 13 10 10 9 9 5 7 6 12 7 7 8 13 17 13 11 11 13 9 8 11 7 5 10 7 7 5 11 7 7 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