Skip to content

Notes on developing

Leo Wallentin edited this page Dec 10, 2020 · 1 revision

Updating CLDR

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
Clone this wiki locally