save_to_csv: Save example i18n file to CSV

View source: R/preproc.R

save_to_csvR Documentation

Save example i18n file to CSV

Description

It saves translation data structure with language key code "key" and language to translate name "lang" as an example of a translation csv file.

Usage

save_to_csv(key_expressions, output_path = NULL)

Arguments

key_expressions

vector with key expression to translate

output_path

character with path to output file (default: "translate_lang.csv" if NULL)


shiny.i18n documentation built on Jan. 16, 2023, 5:10 p.m.