We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Translated by Google)
Is it possible to change the value and an attribute of an element simultaneously, with data-i18n?
<button data-i18n="[title]Text-a">Text-b</button>
In this example I want to translate the TITLE and the content of the BUTTON
The text was updated successfully, but these errors were encountered:
I have a similar issue. Example: <input type="text" placeholder="Enter your name" title="Only Latin letters are allowed"></input>
<input type="text" placeholder="Enter your name" title="Only Latin letters are allowed"></input>
How do I localize both placeholder and title?
Sorry, something went wrong.
to @antonvasilev52 i think showing like this can also be a solution
enter your name <input type="text" placeholder="Only Latin letters are allowed"">
No branches or pull requests
(Translated by Google)
Is it possible to change the value and an attribute of an element simultaneously, with data-i18n?
<button data-i18n="[title]Text-a">Text-b</button>
In this example I want to translate the TITLE and the content of the BUTTON
The text was updated successfully, but these errors were encountered: