Sketch i18n enables you to generate translation files for a page and translate it. It acts in a non-destructive way so you can easily undo your changes later.
- Download the repository from this link.
- Grab the
Sketch i18n
folder from the ZIP. - In Sketch 3, select
Plugins > Reveal Plugins Folder...
from the menu bar, and put theSketch i18n
folder in this folder.
- Select a page in your Sketch file.
- Run
1. Generate translation file
from the plugins menu. - The contents of your translation file is now in your clipboard.
- Paste the contents of your clipboard in your favorite editor.
- Save the file as a JSON file for example:
en-US.json
.
- Select a page in your Sketch file you wish to translate.
- Run
2. Translate page
. - Select the JSON translation file for that page.
- The current page has been copied and translated.
To propose changes, fork the repository and submit a pull request!
Florian Schulz (getflourish)