create_translation_file | R Documentation |
Auxiliary shiny.i18n function that searches for all key expressions (e.g.
surrounded by i18n$t()
tag in the script).
create_translation_file(path, type = "json", handle = "i18n", output = NULL)
path |
character with path of the file that needs to be inspected for key translations |
type |
type of the example output file with translations, either "json" or "csv" |
handle |
name of |
output |
if NULL (default) the output will be saved with a default file name ("translation.json" for JSON and "translate_lang.csv" for CSV) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.