Generate Locale
This is a small util to generate locales for IronCalc.
To build
$ cargo build --release
To run it you will need a checkout of the CLDR json repo
$ generate_locale --locales=<locales-file> --cldr-dir=<cldr-dir> --output=<output-file>
Further information:
TODO:
- Add tests
- Checkout whole folder?