Skip to content

Make real-time display of other languages in sektch file

Notifications You must be signed in to change notification settings

shiyafei/Sketch-Plugin-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Sketch-Plugin-i18n

Make real-time display of other languages in sektch file

Manual Installation

  1. Download the ZIP file with the Sketch-Plugin-i18n and unzip
  2. Copy the Sketch-i18n.sketchplugin file to the Sketch plugin directory

Introduction

  • Start Generate Generate
  • Translate Translate
  • Translate Success Success

Extension function

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 shiyafei20@gmail.com

.

About

Make real-time display of other languages in sektch file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published