We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To update CLDR to a new release, first check that there are no structural changes to the data in this release, then:
git rm -fr 3rdparty mkdir -p 3rdparty/cldr wget http://unicode.org/Public/cldr/{RELEASE_NUMBER}/core.zip (cd 3rdparty/cldr && unzip ../../core.zip) rm core.zip npm test