xiCO2k / laravel-vue-i18n

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

fix: Translation of strings that use delimiter symbols #89

Closed Majkie closed 1 year ago

Majkie commented 1 year ago

When using the / delimiter we should check whether the translation exists or not before replacing the string.

xiCO2k commented 1 year ago

Thanks