/cldr

Converting JSON version CLDR data into openui5 format

Primary LanguageJavaScript

About

This module converts the original CLDR JSON package to the OpenUI5 format.

Usage

npm install cldr-openui5

cldr -z PATH_TO_CLDR_JSON -o OUTPUT_FOLDER

Usage: cldr [options]

Options: -z, --zip The path of original CLDR JSON zip file [required] -o, --output The path of the folder where the generated JSON files are stored [required] -t, --temp The temporary folder for storing the needed JSON files extracted from CLDR JSON zip [default: "./temp"]