Index of /wiki2/extensions/cldr/

NameLast ModifiedSize
UpParent Directory
DirectoryCldrCurrency2022-11-25 05:47-
DirectoryCldrNames2022-11-25 05:47-
DirectoryCldrSupplemental2022-11-25 05:47-
Directoryi18n2022-11-25 05:47-
DirectoryLocalNames2022-11-25 05:47-
Directorytests2022-11-25 05:47-
[TXT]cldr.php2017-02-15 10:53 1k
[TXT]CldrCurrencies.php2017-02-15 10:53 5k
[TXT]CldrNames.php2017-02-15 10:53 1k
Filecomposer.json2017-02-15 10:53 1k
FileCOPYING2017-02-15 10:53 19k
[TXT]CountryNames.body.php2017-02-15 10:53 3k
[TXT]CurrencyNames.body.php2017-02-15 10:53 3k
Fileextension.json2017-02-15 10:54 1k
[TXT]Gruntfile.js2017-02-15 10:54 5k
[TXT]LanguageNames.body.php2017-02-15 10:54 4k
FileLICENSE2017-02-15 10:54 3k
FileMakefile2017-02-15 10:54 1k
Filepackage.json2017-02-15 10:54 1k
Filephpcs.xml2017-02-15 10:54 1k
[TXT]rebuild.php2017-02-15 10:54 14k
FileRELEASE-NOTES2017-02-15 10:54 1k
[TXT]TimeUnits.body.php2017-02-15 10:54 6k
This extension contains local language names for different languages extracted from CLDR data. == Installation == Include it in LocalSettings.php: include("$IP/extensions/cldr/cldr.php"); == Updating data == Download newest data from CLDR site: http://www.unicode.org/cldr/repository_access.html Example: wget http://unicode.org/Public/cldr/28/core.zip unzip core.zip -d core php rebuild.php == Usage == <source lang=php> if ( is_callable( array( 'LanguageNames', 'getNames' ) ) ) { $languages = LanguageNames::getNames( 'en' , LanguageNames::FALLBACK_NORMAL, LanguageNames::LIST_MW_AND_CLDR ); } else { // If need to display something, use this as fallback $languages = Language::getLanguageNames( false ); } </source> === Parameters === For fallback: * '''FALLBACK_NATIVE''': Go straight to MediaWiki's name entries * '''FALLBACK_NORMAL''': Go trough the fallback chain For which languages to return: * '''LIST_MW_SUPPORTED''': Only languages that has localisation in MediaWiki * '''LIST_MW''': All languages that are in Names.php * '''LIST_MW_AND_CLDR''': All languages that are either in MediaWiki or in cldr
Proudly Served by LiteSpeed Web Server at datastreetconsulting.com Port 80