This is a Sublime Text plugin which implement the functionality of the Ruby Gem "Tradsim" https://github.com/erinata/tradsim. It provides translation between Traditional Chinese and Simplified Chinese.
Install using Package Control (Recommanded)
- I guess most Sublime Text 2 users are using Sublime Package Control. If not, please install in from here http://wbond.net/sublime_packages/package_control
- Go to Preference > Package Control, and Choose "Install Package"
- Choose the package named "Tradsim" to install it
Install manually
- Download the repo
- Copy everything in the repo to a folder named "Tradsim" under the package folder of SublimeText 2 (create it if it doesn't exist)
Press Ctrl+Shift+P to bring up the command input panel. Type in "Tradsim" and you will see there are 2 commands provided.
Tradsim: Translate to Traditional Chinese
Tradsim: Translate to Simplified Chinese
Choose the command that you want to run to perform the translation
I try to rewrite the RubyGem "Tradsim" in Python. However, I didn't implement the "guess" and "toggle" methods. I may do it later.
Copyright (C) 2012 Tom Lam. MIT License.