- A UNIX-like environment
- git
- java and maven
- plenty of memory
- Check out the
cldr-staging
repo as a sibling to cldr-json. This will be the data source. - Check out the
cldr
repo as a sibling to cldr-json and set it up so maven builds are possible. - Run the script
cldr-generate-json.sh
- Data will be updated in the
cldr-json
subdirectory. - Run the script
cldr-generate-zips.sh
to generate zipfiles underdist/
- npm packages can be updated as well. Each sub-subdirectory of
cldr-json/cldr-json
is a separate npm package. The following script will preview (dry run) publishing to npm under thebeta
tag.
(cd cldr-json; for repo in $(ls); do (cd $repo; npm publish --tag beta --dry-run); done)
See cldr-config.sh
for customization options.
You can create an executable script named local-config.sh
with
values to update, for example VERSION
, TYPES
, MATCH
or DRAFTSTATUS
- Usage of CLDR data and software is governed by the Unicode Terms of Use a copy of which is included as unicode-license.txt.
SPDX-License-Identifier: Unicode-DFS-2016
Copyright © 1991-2021 Unicode, Inc. All rights reserved. Terms of use