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
usei18n(i18n)
Create an option to opt-out of usei18n(i18n) for certain UI elements / strings.
Currently when enabling usei18n(i18n) in the UI, HTML titles are printed as is (including HTML tags).
Example:
actionButton("my_button", "my_button label", title = i18n$t("my_button title"))
Implement a parameter which allows to avoid wrapping the string in HTML tags.
Not aware of any.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guidelines
Description
Create an option to opt-out of
usei18n(i18n)
for certain UI elements / strings.Problem
Currently when enabling
usei18n(i18n)
in the UI, HTML titles are printed as is (including HTML tags).Example:
actionButton("my_button", "my_button label", title = i18n$t("my_button title"))
Proposed Solution
Implement a parameter which allows to avoid wrapping the string in HTML tags.
Alternatives Considered
Not aware of any.
The text was updated successfully, but these errors were encountered: