default_locales {i18n}R Documentation

A table containing a mapping of default locale names to base locales

Description

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:

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.

Usage

default_locales

Format

An object of class tbl_df (inherits from tbl, data.frame) with 228 rows and 2 columns.


[Package i18n version 0.2.0 Index]