xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
598 stars 49 forks source link

Simple Question about the Json files #72

Closed REJack closed 1 year ago

REJack commented 1 year ago

I don't know if some one asked it already, but do I need to mange the .json-files or should I only add/change language phrases inside the php files?

P.S.: Awsome work 😄 sadly I need to open a issue for it, due you have not enabled Github's discussion feature 😉

xiCO2k commented 1 year ago

you can use both translations if you use the vite plugin or the webpack plugin.

But I would say to just use the .json file for all the translations, thats what I would do.

Thanks.

REJack commented 1 year ago

Ok 😄 nice, I use the .php-files, it's better to handle for me 🤣 better to read and manage. But thanks for the info.