UPDATE: Update "generate locale" utility FIX: Minor fixes to UI and proper support for locales/timezones UPDATE: Adds "display language" setting to core
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?