xiCO2k / laravel-vue-i18n

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

How work with multiple language files #4

Closed paulocastellano closed 2 years ago

paulocastellano commented 2 years ago

Hello,

How i can work with multiple language files like:

lang/en/home.json
lang/en/pricing.json
lang/en/features.json

lang/pt/home.json
lang/pt/pricing.json
lang/pt/features.json

It's possible?

xiCO2k commented 2 years ago

Hey @paulocastellano there is no support for that, if you want to contribute with that will be glad to review it.

Thanks.

paulocastellano commented 2 years ago

@xiCO2k I will make it local, if works I send PR.

xiCO2k commented 2 years ago

Awesome Thanks