php-gettext / Gettext

PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
MIT License
687 stars 134 forks source link

VueJS HTML tag support in extractor #205

Closed gielwijgergangs closed 5 years ago

gielwijgergangs commented 5 years ago

This patch supports extracting VUE.JS gettext in HTML tags with:

It also supports context, comments and plural.

See https://github.com/Polyconseil/vue-gettext how this is commonly used

oscarotero commented 5 years ago

thanks!