shiny.i18n 0.3.0
CRAN release: 2023-01-16
-
shiny.i18nfull compatibility withrhinoapplications -
get_translation_languagemethod added to theTranslatorclass - fixed regex in
extract_key_expressions - translator reads only CSV files with the “translation_” prefix
- added default session value in
update_lang
shiny.i18n 0.2.0
CRAN release: 2020-10-02
-
preprocscript with preprocessing functions - they create example translation CSV, or JSON files - RStudio addin that searches for all
i18nttags - JS bindings that identify html elements with i18n class
-
uiscript with ui translations related function - automatic translations via API (currently only google cloud supported)
- increased test coverage to 63%
- 2 vignettes with tutorials
- examples with live language translation on the UI side and with automatic translation via API
- pkgdown documentation
- Translator class is R6 class now
-
translatemethod now automatically detects whether object is in UI or server and applies reactive or JS translation accordingly