{"id":13844185,"url":"https://github.com/zam1024t/LocalizedMenu","last_synced_at":"2025-07-11T22:30:55.477Z","repository":{"id":9410288,"uuid":"62027061","full_name":"zam1024t/LocalizedMenu","owner":"zam1024t","description":"Localize Tool \u0026 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.","archived":false,"fork":false,"pushed_at":"2025-04-25T11:15:02.000Z","size":2365,"stargazers_count":168,"open_issues_count":0,"forks_count":56,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-25T12:24:47.181Z","etag":null,"topics":["localization","menu","sublime","sublime-package","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/zam1024t/LocalizedMenu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zam1024t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-06-27T05:10:56.000Z","updated_at":"2025-04-25T11:13:36.000Z","dependencies_parsed_at":"2023-01-13T15:20:28.564Z","dependency_job_id":"d918a75c-6cb5-457c-9314-f843cbe54b63","html_url":"https://github.com/zam1024t/LocalizedMenu","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/zam1024t/LocalizedMenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zam1024t%2FLocalizedMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zam1024t%2FLocalizedMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zam1024t%2FLocalizedMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zam1024t%2FLocalizedMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zam1024t","download_url":"https://codeload.github.com/zam1024t/LocalizedMenu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zam1024t%2FLocalizedMenu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264909966,"owners_count":23682096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["localization","menu","sublime","sublime-package","sublime-text-plugin"],"created_at":"2024-08-04T17:02:36.724Z","updated_at":"2025-07-11T22:30:54.897Z","avatar_url":"https://github.com/zam1024t.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)"],"sub_categories":[],"readme":"# LocalizedMenu\nLocalize Tool \u0026 Localized Menu for Sublime Text 2/3/4 End User\n\n- Provide a easy way to add new languages\n- Support multiple version/platform\n- Support share common menus\n- Auto backup local menus\n- Auto unpack new build english menus\n\n# README.md\n- de_DE [Deutsch](readme/README.de_DE.md)\n- en [English](README.md)\n- es_ES [Español](readme/README.es_ES.md)\n- fr_FR [Français](readme/README.fr_FR.md)\n- hu [Magyar](readme/README.hu.md)\n- hy [Հայերեն](readme/README.hy.md)\n- pt_BR [Português do Brasil](readme/README.pt_BR.md)\n- ru [Русский](readme/README.ru.md)\n- sv_SE [Svenska](readme/README.sv_SE.md)\n- zh_CN [简体中文](readme/README.zh_CN.md)\n- zh_TW [繁体中文](readme/README.zh_TW.md)\n\n# This project is also hosted at\n- [GitHub](https://github.com/zam1024t/LocalizedMenu)\n- [Gitee](https://gitee.com/zam1024t/LocalizedMenu)\n\n# Shots\n#### Work on Windows\n![Work on Windows](https://raw.githubusercontent.com/zam1024t/LocalizedMenu/shots/shots/LocalizedMenu_win.gif)\n#### Work on OS X\n![Work on OS X](https://raw.githubusercontent.com/zam1024t/LocalizedMenu/shots/shots/LocalizedMenu_osx.gif)\n#### Work on Ubuntu\n![Work on Ubuntu](https://raw.githubusercontent.com/zam1024t/LocalizedMenu/shots/shots/LocalizedMenu_linux.gif)\n\n# Installation\n- With Package Control\n\t- install [Package Control](https://packagecontrol.io/installation)\n\t- search for `LocalizedMenu`\n- Manually\n\t- download [master.zip](https://github.com/zam1024t/LocalizedMenu/archive/master.zip)，unpack to `Packages`，then rename `LocalizedMenu-master` to `LocalizedMenu`\n\t- git clone to `Packages`\n\t```\n\tgit clone https://github.com/zam1024t/LocalizedMenu\n\t```\n\n# Usage\n- Toggle in menu\n\t- via `Preference` -\u003e `Languages`\n- Toggle in command panel\n\t- `Ctrl+Shift+P`, type`lmxx`(*xx* is the locale code) to toggle\n\n# Add A Language\n- copy `locale/en/en.json` to `locale/\u003clocale\u003e/\u003clocale\u003e.json`, localize to your language\n- copy `menu/\u003cversion\u003e/en/*` to `menu/\u003cversion\u003e/\u003clocale\u003e/*`, localize to your language\n- For example, now add locale named `my` for Sublime Text Build 3999\n\t- open `LocalizedMenu` dir, via `Preference` -\u003e `Languages` -\u003e `Add a language`\n\t- enter `locale`, copy `en` to `my`\n\t- enter `my`, rename `en.json` to `my.json`, edit as:\n\n\t```JavaScript\n\t{\n\t\t\"link\": \"\",\n\t\t\"hidden\": false,\n\t\t\"caption\": \"MyLanguage\",\n\t\t\"mnemonic\": \"m\"\n\t}\n\t```\n\n\t- enter`menu/3999`, copy `en` to `my`, and tranlate all `caption` in menu files\n\t- detect language via `Preference` -\u003e `Languages` -\u003e `Detect`, then `MyLanguage (my)` display\n\n\t\u003e **locale configs**\u003cbr\u003e\n\t\u003e link： the target locale linked to\u003cbr\u003e\n\t\u003e hidden： hide menu item\u003cbr\u003e\n\t\u003e caption： language name，locale code will auto add extraly\u003cbr\u003e\n\t\u003e mnemonic： hotkey，optional，make sure caption contain it，Case sensitive\n\n# Submit A Language\n- locale name must be named as `\u003clanguageCode\u003e` or `\u003clanguageCode\u003e_\u003ccountryCode\u003e`\n\t- `\u003clanguageCode\u003e` lowercase, `\u003ccountryCode\u003e` uppercase, (ignore this if work on local)\n\t- Language: https://www.wikipedia.org/wiki/ISO_639-1\n\t- Country: https://www.wikipedia.org/wiki/ISO_3166-1\n- Fork repo\n- Make pull request\n\n# Locales \u0026 Contributors\n- de_DE Deutsch *by [Standarduser](https://github.com/Standarduser)*\n- es Español *by [Christopher](https://t.me/Azriel_7589)*\n- es_ES Español *by [Dastillero](https://github.com/dap39)*\n- fr_FR Français *by [fxbenard](https://github.com/fxbenard)*\n- hu Magyar *by [Tamás Balog](https://github.com/picimako)*\n- hy Հայերեն *by [Arman High Foundation](https://github.com/ArmanHigh)*\n- pt Português do Brasil *by [JNylson](https://github.com/jnylson)*\n- ru Русский *by [Dimox](http://dimox.name) \u0026 [Ant0sh](https://github.com/Ant0sh) \u0026 [Maksim Arhipov](https://github.com/OSPanel)*\n- sv_SE Svenska *by [H2SO4JB](https://github.com/H2SO4JB)*\n- zh_CN 简体中文 *by [Zam](https://github.com/zam1024t)*\n- zh_TW 繁体中文 *by [Zam](https://github.com/zam1024t)*\n\n# Related discuss\n- https://github.com/wbond/package_control_channel/pull/5665\n- https://github.com/rexdf/ChineseLocalization/issues/10\n\n# License\n[The MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzam1024t%2FLocalizedMenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzam1024t%2FLocalizedMenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzam1024t%2FLocalizedMenu/lists"}