Localisation problem in html

I use v18n plugin, I know this is a vuejs question but I wanted to try my change here also

I have problem with using of localisation in html
it doesnt work for inline texts

placeholder="$t('login')"

this works

p {{ $t('login') }}

If it is in a vue template then i guess it should be:

:placeholder="$t('login')"
1 Like