This function downloads language lists from the
iDAI.field-GitHub-repository
and can be used to supply additional lists to get_language_lookup()
.
Arguments
- project
name of the project for which the language files should be downloaded; case sensitive! Has to match the name in the Language-file exactly. If default ("core") is used, the common language file from the core library will be downloaded.
- language
Language short name that is to be extracted, e.g. "en", defaults to "en"
Value
A list that can be processed with get_language_lookup()
.
Examples
if (FALSE) {
lang_list <- download_language_list(language = "de")
get_language_lookup(lang_list)
}