xiCO2k / laravel-vue-i18n

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

Multiple occurrences of variable #91

Closed slashforward-nl closed 1 year ago

slashforward-nl commented 1 year ago

I have a string with for example,

Do you really want to block :name. After this :name won't be able to message you.

First occurrence of :name is translated, second is not.

I used it in the following sentence:

'Weet je zeker dat je :name wilt deblokkeren? :name kan dan weer berichten sturen.'

Results in the following:

Weet je zeker dat je adsasd wilt deblokkeren? :name kan dan weer berichten sturen.

Thanks for the great plugin!

xiCO2k commented 1 year ago

Nice catch.

Will try to make a PR to fix this one.

xiki808 commented 1 year ago

Hi, excuse me for reopening this, but the issue appears again