php-gettext / Gettext

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

Add support for Javascript template literals #214

Closed f22217 closed 5 years ago

f22217 commented 5 years ago

Pull request in order to allow the extraction of template strings (String enclosed in back-tick) in Vue JS.

f22217 commented 5 years ago

The travis CI build failed is caused by twig line numbering not matching in PHP 7.X

oscarotero commented 5 years ago

Many thanks 👍