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
Hi,
Is this supported? Example:
titlePanel(windowTitle = i18n$t("Title"), title = "")
Would insert a on the page title:
The text was updated successfully, but these errors were encountered:
hey @alopezo! To enable dynamic translations, we decided to wrap the text with a span that has a class that contains information about the current language. For this specific scenario, I suggest you use re-rendering the object on the server-side. See this example: https://github.com/Appsilon/shiny.i18n/blob/master/examples/live_language_change/server_app.R
I know it's not ideal, but before we come up with a more robust solution this should fix it.
Sorry, something went wrong.
No branches or pull requests
Hi,
Is this supported? Example:
titlePanel(windowTitle = i18n$t("Title"), title = "")
Would insert a on the page title:
The text was updated successfully, but these errors were encountered: