A table containing a mapping of default locale names to base locales
Source:R/datasets.R
default_locales.Rd
This is a table that contains base locale names (e.g., "en"
, "de"
)
alongside their default locale names. This indicates that "en"
maps to
"en-US"
and "de"
should map to "de-DE"
. Throughout the i18n
datasets, base names are used instead of their expanded equivalents.
There are 228 rows and the following 2 columns:
default_locale
(character
)base_locale
(character
)
The default_locale
column contains the expanded locale names (e.g.,
"en-US"
) that do not normally appear within the CLDR datasets but are
valid aliases for the base locale names (e.g., "en"
) found in the
base_locale
column.