joedixon / nova-translation

53 stars 17 forks source link

error 500 when translation value is saved #17

Open nachete1987 opened 4 years ago

nachete1987 commented 4 years ago

when I try to add an translation value, an error 500 is obtained and cant save it

error_translation

In laravel.log I obtain:

[2020-04-08 18:49:53] local.ERROR: file_put_contents(/home/vagrant/code/resources/lang/vendor/Finished/es.json): failed to open stream:...

Why when I try to add Finished value it try to open a folder with this value?

Thanks