xiCO2k / laravel-vue-i18n

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

Vite plugin options #144

Closed Fa-BRAIK closed 1 year ago

Fa-BRAIK commented 1 year ago

With this PR, we can now pass additional paths from where we will load our translations, this is usefull when we are splitting our application's translations into different folders/paths, and/or we are using a package that helps us override default translations.

xiCO2k commented 1 year ago

Thanks ❤️