mnghsn / atom-chinese-translator

[DISCONTINUED] Translates between Traditional Chinese and Simplified Chinese in Atom editor.

Home Page:https://atom.io/packages/chinese-translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese Translator for Atom Editor

APMVersion

chinese-translator translates between Traditional Chinese and Simplified Chinese in Atom editor, with the dictionary of localized phrases and verbs. Powered by node-opencc.

đź’¤ This project is not actively developed but will accept pull requests.

A screenshot of chinese-translator

Installation

Search for chinese-translator in the Atom settings view or run apm install chinese-translator from the command line.

Commands

All of the following commands are under the atom-text-editor selector.

If any text are selected in the active buffer, the commands operate on the selected text. Otherwise, the commands operate on all text in the active buffer.

Commands Description
chinese-translator:traditional-chinese-to-simplified-chinese Translates Traditional Chinese to Simplified Chinese
chinese-translator:traditional-chinese-to-taiwan-standard Translates Traditional Chinese to Taiwan Standard
chinese-translator:traditional-chinese-to-hong-kong-standard Translates Traditional Chinese to Hong Kong Standard
chinese-translator:simplified-chinese-to-traditional-chinese Translates Simplified Chinese to Traditional Chinese
chinese-translator:simplified-chinese-to-taiwan-standard Translates Simplified Chinese to Taiwan Standard
chinese-translator:simplified-chinese-to-taiwan-standard-with-phrases Translates Simplified Chinese to Taiwan Standard with Taiwanese phrases
chinese-translator:simplified-chinese-to-hong-kong-standard Translates Simplified Chinese to Hong Kong Standard
chinese-translator:taiwan-standard-to-simplified-chinese Translates Taiwan Standard to Simplified Chinese
chinese-translator:taiwan-standard-to-simplified-chinese-with-phrases Translates Taiwan Standard to Simplified Chinese with Chinese phrases
chinese-translator:hong-kong-standard-to-simplified-chinese Translates Hong Kong Standard to Simplified Chinese

You may want to use keyboard shortcuts for triggering the above commands. This package does not provide keyboard shortcuts by default, but you can easily define your own. To learn more, visit the Using Atom: Basic Customization or Behind Atom: Keymaps In-Depth sections in the Atom Flight Manual.

License

Licensed under the MIT License.

About

[DISCONTINUED] Translates between Traditional Chinese and Simplified Chinese in Atom editor.

https://atom.io/packages/chinese-translator

License:MIT License


Languages

Language:JavaScript 100.0%