tanmuhittin / laravel-google-translate

Translate translation files to other languages using google translate or another translation api
MIT License
424 stars 71 forks source link

Fix \\ being added before ' in translations when using JSON ouput #68

Open q-- opened 1 year ago

q-- commented 1 year ago

This is caused by an unnecessary call to addslashes()

Closes #67, see that issue for details.