thiagocordeiro / laravel-translator

Search translation keys and insert into json to be translated
MIT License
84 stars 22 forks source link

Fix strings with escaped quotes #20

Closed leetdev closed 4 years ago

leetdev commented 4 years ago

This fixes issue #4.

Also added proper support for double quoted strings, currently all double quotes are converted to single quotes, so if you had a string "like 'this'", for example, it would not work.

thiagocordeiro commented 4 years ago

Thanks @leetdev, changes available on version v1.0.2