xiCO2k / laravel-vue-i18n

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

feat: add support for language arrays #73

Closed REJack closed 1 year ago

REJack commented 1 year ago

I've added a simple and easy way to use language arrays, without bloating the .json files.

Closes #71

xiCO2k commented 1 year ago

That is awesome, can you add a test to back that up? Great job!

REJack commented 1 year ago

Sure :D

REJack commented 1 year ago

Done 😄 you can run the workflow 😛

xiCO2k commented 1 year ago

Tagged on v2.3.0. Thanks again.