xiCO2k / laravel-vue-i18n

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

path.key not working at all #164

Closed bmontassier closed 5 months ago

bmontassier commented 5 months ago

Hello,

I have some issue with Laravel/Inertia/Vue latest

All my translations key with path. key not working.

For example image auth.login not return Log In but auth.login

If you can help me :) Thanks, regards

xiCO2k commented 5 months ago

Hey @bmontassier for the json files it does not work as the same as for the php lang files, if you want multiple levels you should use the the php lang files.