Google Dictionary
Sublime google dictionary plugin
Details
Installs
- Total 9K
- Win 5K
- Mac 2K
- Linux 2K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Google Dictionary plugin
Introduction
With google dictionary plugin, user can translate selected text into his lanauge by Google's translation service. First, user select the word or phrase needed to translte. Then, he press the google dictionary hot key and the translated text will be shown.
This plug-in also provides translate mode, when enter this mode by hot key every time when user select a phrase or word, the selected text would be translated.
Add vocabulary feature that auto record new word into vocabulary.txt, you may find this file under menu “preference/package settings/google dictionay” By default, this feature is off.
Installation and usage
Install and configure this plugin:
- Install “google dictionary” by package control.
- Set the “lang” in menu: /Preference/Packages/Google dictionary/Settings User.
- Define hot-key for googledict and googledictmode command in menu: Preference/Key-Binding User
- Restart sublime.
To use the goodl dictionary:
- Select a phrase or word, then press hot-key to translate
- Or enter translate mode, then further select will be translated.
Setting
Default Setting
{
// trasnlate target language
"lang" : "zh-TW",
}
Supported lang include:
- Arabic – ar
- Bulgarian – bg
- Chinese (Simplified) – zh-CN
- Chinese (Traditional) – zh-TW (only available as a destination language)
- Croatian – hr
- Czech – cs
- Danish – da
- Dutch – nl
- English – en
- Finnish – fi
- French – fr
- German – de
- Greek – el
- Hebrew – iw
- Hindi – hi
- Italian – it
- Japanese – ja
- Korean – ko
- Norwegian – no
- Polish – pl
- Portuguese – pt
- Romanian – ro
- Russian – ru
- Spanish – es
- Swedish – sv
Hot key setting
{ "command": "googledict", "keys": ["ctrl+t"] },
{ "command": "googledictmode", "keys": ["ctrl+alt+t"] }
Usage of package control
Via the Sublime Package Manager:
Ctrl+Shift+P
orCmd+Shift+P
in Linux / Windows / OS X- Type
install
, selectPackage Control: Install Package
- Select
Google dictionary