MediaWiki fundraising/REL1_35
|
A base class for querying translated names from CLDR data. More...
Static Public Member Functions | |
static | getFileName ( $code) |
Get the name for the file that contains the CLDR data for a given language. | |
static | getOverrideFileName ( $code) |
Get the name for the file that contains the local override data for a given language. | |
A base class for querying translated names from CLDR data.
Definition at line 11 of file CldrNames.php.
|
static |
Get the name for the file that contains the CLDR data for a given language.
string | $code | language code |
Definition at line 18 of file CldrNames.php.
Referenced by CountryNames\loadLanguage(), CurrencyNames\loadLanguage(), LanguageNames\loadLanguage(), and TimeUnits\loadLanguage().
|
static |
Get the name for the file that contains the local override data for a given language.
string | $code | language code |
Definition at line 27 of file CldrNames.php.
Referenced by CountryNames\loadLanguage(), CurrencyNames\loadLanguage(), LanguageNames\loadLanguage(), and TimeUnits\loadLanguage().