Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paleolimbot/shinyex_enfr
https://github.com/paleolimbot/shinyex_enfr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paleolimbot/shinyex_enfr
- Owner: paleolimbot
- Created: 2021-03-19T13:23:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T13:23:41.000Z (over 3 years ago)
- Last Synced: 2024-06-12T18:32:35.726Z (5 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - paleolimbot/shinyex_enfr - (R)
README
# shinyex_enfr
The goal of shinyex_enfr is to workshop a pattern for building bilingual English/French Shiny applications. The constraints are:
- Needs to have the ability to link to an English or French version (e.g., `?lang=en|fr`)
- Window title must be in the correct language
- In-app live switching of the language isn't strictly necessary but is useful for testing (current solution switches language based on a Shiny input value and does support this)
- Ability to theoretically support another language (e.g., Inuktitut) other than English or French for apps intended for clients/stakeholders in specific areasSee [the app in action](https://paleolimbot.shinyapps.io/shinyex_enfr) and [view the code](app.R).