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
mediawiki/extensions/cldr
This extension extracts a subset of core CLDR data and makes it available to PHP.
Currently, it provides the following:
- Country names
- Currency names and symbols
- Language names
- Units of time
Installation
Clone the source to MediaWiki extensions/
and enable it in LocalSettings.php
:
wfLoadExtension( 'cldr' );
Updating data
Look up the latest release of CLDR and note the version number.
Update the version number in CLDR_CORE_URL
in Makefile
. Run make
:
make all
Example usage
All versions of cldr with dependencies
PHP Build Version
Package Version
The package mediawiki/cldr contains the following files
Loading the files please wait ....