xiCO2k / laravel-vue-i18n

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

Single json file for all translations #76

Closed retromack closed 1 year ago

retromack commented 1 year ago

I tried to use a single json file as explained in the laravel docs https://laravel.com/docs/9.x/localization#using-translation-strings-as-keys. I did manage to translate to another locale from en but going back to en the locale changes aren't being made. Is this not supported at the moment?

xiCO2k commented 1 year ago

can you provide more info for that

Thanks, Francisco