Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbacalan/wrap-for-gettext

A VSCode extension to wrap texts for use with gettext in Jinja
https://github.com/mbacalan/wrap-for-gettext

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.