Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 706 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 706 Bytes

Generate Translation 👽

A visual studio code extension for you to generate the translations without leaving the current file.

Usage

Usage

Extension Settings

This extension contributes the following settings:

  • generate-translation.path: Path to find your i18n files.
  • generate-translation.sort: Sort object after inserting translation.
  • generate-translation.replaceOnTranslate: Replace the selected text in HTML files after generating a translation string.
  • generate-translation.templateHtmlToReplace: Template HTML to replace the selected text after generating a translation string. \n The string i18n will be replaced by the chosen key.