Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andorchen/sublime-locales
A Sublime Text Package to l10n the UI.
https://github.com/andorchen/sublime-locales
Last synced: 21 days ago
JSON representation
A Sublime Text Package to l10n the UI.
- Host: GitHub
- URL: https://github.com/andorchen/sublime-locales
- Owner: AndorChen
- License: other
- Created: 2013-12-28T13:21:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T18:49:58.000Z (almost 11 years ago)
- Last Synced: 2023-03-14T14:05:19.638Z (over 1 year ago)
- Language: Python
- Size: 199 KB
- Stars: 26
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Locales
A plugin to locale your Sublime Text UI.
**NOTE:** ONLY support Sublime Text 2 now.
![screenshot-win7](screenshots/screenshot_win7.png)
## Install
### Manual
1. Download the latest version [here](https://github.com/AndorChen/sublime-locales/tags)
2. Unzip the archive
3. Start your Sublime Text
4. Open menu "Preferences - Browse Packages..."
5. Place the unzipped folder into `Packages` directory### Package Control
1. Press `ctrl+shift+p` (Win, Linux) or `cmd+shift+p` (OS X), open the pallete
2. Type in "pckinstall", and press `Enter`
3. Type in "Locales", and press `Enter`## Usage
### From Menu
When installed, the Locales plugin will add a menu item in "Preferences", named "UI Language". In this menu, you can choose you preferred language, like "简体中文".
### In settings file
1. Open menu "Preferences - Settings User", the user's `Preferences.sublime-settings` file will open
2. Add the setting: `"locales": "zh_CN"`## License
[See License.md](License.md)