This packages replaces a set of characters with another set of characters or strings.
With Git: Clone the repository in your Sublime Text 2 Packages folder.
git clone git://github.com/avataru/Sublime-Translate.git
Without Git: Download the latest source from GitHub and copy the whole Sublime-Translate folder into Sublime Text 2 Packages folder.
The easiest way to find the Sublime Text 2 Packages folder is to open Sublime and go to Preferences > Browse Packages...
Translate uses maps of characters that are "translated" to other characters or
strings. These maps are set in Translate.sublime-settings
. Each set must have
a unique id. You can copy the settings file to the Packages/User/
folder so
it won't be overwritten when you update the package.
To "translate" a piece of text, select it and then either right-click or go to the Edit menu, "Translation maps" entry and select a set.
Remove Romanian: Removes Romanian characters.
Romanian (dec): Converts Romanian characters to decimal HTML entities.
Romanian (hex): Converts Romanian characters to hexadecimal HTML entities.
Symbols: Converts basic special characters to their HTML entities.
1.0.1
- Added this file;
- Fixed expected folder name (was Translate instead of Sublime-Translate);
- Renamed the package command and menu item IDs to something more appropriate.
Allow strings instead of just single characters as the source in the maps.
License: CC BY-NC-SA 3.0