Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbacalan/wrap-for-gettext
- Owner: mbacalan
- License: gpl-3.0
- Created: 2020-01-13T17:44:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T17:14:55.000Z (about 3 years ago)
- Last Synced: 2023-04-26T02:48:53.393Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mbacalan.wrapforgettext
- Size: 83 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.