Skip to content
New issue

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

[Feature]: usei18n(i18n) opt-out option for certain UI elements #136

Open
1 task done
stewerner opened this issue Jul 16, 2024 · 0 comments
Open
1 task done

[Feature]: usei18n(i18n) opt-out option for certain UI elements #136

stewerner opened this issue Jul 16, 2024 · 0 comments

Comments

@stewerner
Copy link

Guidelines

  • I agree to follow this project's Contributing 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"))

grafik

Proposed Solution

Implement a parameter which allows to avoid wrapping the string in HTML tags.

Alternatives Considered

Not aware of any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant