xiCO2k / laravel-vue-i18n

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

Need to rebuild project each time a language key is translated. #178

Closed kenmwaura closed 2 months ago

kenmwaura commented 3 months ago

I've noted that there's need to rebuild a project every time a key is translated. Is it possible to actually obtain the language keys dynamically without having to run npm run build each time I make changes to the translation files?

xiCO2k commented 2 months ago

Not possible since vite or webpack do bundle it and the lang folder is not available on public.

Thanks.