Download the PHP package mediawiki/cldr without Composer
On this page you can find all versions of the php package mediawiki/cldr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediawiki/cldr
More information about mediawiki/cldr
Files in mediawiki/cldr
Download mediawiki/cldr
More information about mediawiki/cldr
Files in mediawiki/cldr
Vendor mediawiki
Package cldr
Short Description CLDR extension contains local language names for different languages, countries, and currencies extracted from CLDR data
License GPL-2.0-or-later
Homepage https://www.mediawiki.org/wiki/Extension:CLDR
Package cldr
Short Description CLDR extension contains local language names for different languages, countries, and currencies extracted from CLDR data
License GPL-2.0-or-later
Homepage https://www.mediawiki.org/wiki/Extension:CLDR
Please rate this library. Is it a good library?
Informations about the package cldr
This extension contains local language names for different languages extracted from CLDR data.
== Installation == Include it in LocalSettings.php: wfLoadExtension( 'cldr' );
== Updating data ==
Download newest data from CLDR site: https://www.unicode.org/cldr/repository_access.html
Example: wget https://www.unicode.org/Public/cldr/28/core.zip unzip core.zip -d core php rebuild.php
== Usage ==
=== Parameters ===
For fallback:
- '''FALLBACK_NATIVE''': Go straight to MediaWiki's name entries
- '''FALLBACK_NORMAL''': Go through 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
All versions of cldr with dependencies
PHP Build Version
Package Version
The package mediawiki/cldr contains the following files
Loading the files please wait ....