Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.06 KB

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 [email protected]

.