Make real-time display of other languages in sektch file
- Download the ZIP file with the Sketch-Plugin-i18n and unzip
- Copy the Sketch-i18n.sketchplugin file to the Sketch plugin directory
You may share a language file for multiple files. At this time, you can add a config.json (fixed name) file in the file directory. Its format is like
{
"发现": {
"en": "Discover",
"zh": "发现"
},
"keys": [
"en",
"zh"
]
}
If you have any questions, please contact the author at [email protected]
.