possibly dumb question.. translating placeholder in input tag? #430
-
Scratching my head over how to make this translated
I'd like to translate the placeholder.. but of course if I do |
Beta Was this translation helpful? Give feedback.
Answered by
danielpetrica
Apr 6, 2021
Replies: 2 comments
-
you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baradhili
-
:) thanks was thinking in a completely different direction .... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use
:placeholder="$t('login.password')"
, using:
in front of attributes names let's you use functions and variables inside the this and global scope