save_to_json {shiny.i18n} | R Documentation |
Save example i18n file to json
Description
It saves translation data structure with language key code "key" as an example of a translation JSON file.
Usage
save_to_json(key_expressions, output_path = NULL)
Arguments
key_expressions |
vector with key expression to translate |
output_path |
character with path to output file (default: "translation.json" if NULL) |
[Package shiny.i18n version 0.3.0 Index]