i18n_load: Load i18n translations from a list of files

View source: R/i18n.r

i18n_loadR Documentation

Load i18n translations from a list of files

Description

for each file, only the start of the file name should be provided. It is assumed that the translation file follow the pattern : [file-prefix].[language].r

Usage

i18n_load(..., language = NULL, debug = F)

Arguments

...

list of file prefix to load (see description)

language

language

debug

show verbose messages when loading a file

Details

i18n is a list of variables (name is text id) and value is the translation


cturbelin/ifnBase documentation built on Nov. 5, 2023, 12:54 p.m.