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
0.2.1
Windows 10 x64
No response
I am using the shiny.i18n r package in my shinyapp.
Evertything works well, but when i am trying to use the i18n object for the placeholder parameter of a textinput, this is what i can see.
the i18n was created by using the following r code
i18n <- shiny.i18n::Translator$new(translation_json_path='translations/translation.json') i18n$set_translation_language('it')
I am expecting that i can use and visualize
The text was updated successfully, but these errors were encountered:
Also occurs in version 0.3
fileInput( "file", i18n$t("Select data file"), buttonLabel = i18n$t("Browse..."), placeholder = i18n$t("No file selected"), accept = c("text/csv", "text/comma-separated-values,text/plain", ".csv") ),
Sorry, something went wrong.
No branches or pull requests
Guidelines
Project Version
0.2.1
Platform and OS Version
Windows 10 x64
Existing Issues
No response
What happened?
I am using the shiny.i18n r package in my shinyapp.
Evertything works well, but when i am trying to use the i18n object for the placeholder parameter of a textinput, this is what i can see.
the i18n was created by using the following r code
Steps to reproduce
Expected behavior
I am expecting that i can use and visualize
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: