When you have a key in a language-file with a \' in it and run php artisan langman:missing it works okay and you can translate things, but when you run php artisan langman:missing again, it crashes because langman overwrites the key with \' and changes it to '
Steps to reproduce:
Add a key to a language-file with \' in it. e.a. 'today\'s posts'
Run php artisan langman:missing (also works with php artisan langman:trans KEY) (note: you also cannot use the 'today's posts' as key)
Translate (or press Enter)
Run php artisan langman:missing again -> crash and 'today\'s posts' is changed to 'today's posts'
Description:
When you have a key in a language-file with a
\'
in it and runphp artisan langman:missing
it works okay and you can translate things, but when you runphp artisan langman:missing
again, it crashes because langman overwrites the key with\'
and changes it to'
Steps to reproduce:
\'
in it. e.a. 'today\'s posts'php artisan langman:missing
(also works withphp artisan langman:trans KEY
) (note: you also cannot use the 'today's posts' as key)php artisan langman:missing
again -> crash and 'today\'s posts' is changed to 'today's posts'