/wrap-for-gettext

A VSCode extension to wrap texts for use with gettext in Jinja

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Wrap for Gettext

What is it

A VSCode extension for wrapping texts to pass through gettext in Jinja.

How to Use It

  • Select one or more blocks of text or strings of text
  • Press CTRL/CMD + Shift + P (default) to bring up commands panel
  • Search for "Wrap for Gettext" and press Enter

Contributing

Feel free to create an issue for suggestions/bugs or a PR for any improvements you'd like to add.

For PR's, please explain the issue, your solution/improvement and make sure your code satisfies linting.