Hi,
In the past I used this plug in: https://github.com/kirschbaum-development/laravel-translations-loader
in combination with vue-i18n. But this has no support for Vite. I found the following plug in to replace it and it seems to be working fine:
https://github.com/xiCO2k/laravel-vue-i18n
This basically transfers the Laravel translation functions to Vue and uses the Laravel translations files.