xiCO2k / laravel-vue-i18n

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

fix: Nested translations aren't translated #88

Closed Majkie closed 1 year ago

Majkie commented 1 year ago

Fixes #84

Also adds / as a possible trans delimiter. The reason is type hinting in PHPStorm because that's the default way Laravel has made nested translations.

xiCO2k commented 1 year ago

Thanks.