Lukasss93 / laravel-larex

Laravel Larex lets you translate your whole Laravel application with a single CSV file.
MIT License
95 stars 7 forks source link

Wrong enclosure with larex:insert #10

Closed Lukasss93 closed 3 years ago

Lukasss93 commented 3 years ago

The larex:insert command add wrong enclosure if there is a quotation mark with a comma.

Example:

Input: test "cool" and, oops

Output: ""test ""cool"" and, oops""

Expected: "test ""cool"" and, oops"

Lukasss93 commented 3 years ago

Fixed