Files
IronCalc/generate_locale
Nicolás Hatcher ffe5d1a158 UPDATE: Adds bindings to update timezone and locale
UPDATE: Update "generate locale" utility

FIX: Minor fixes to UI and proper support for locales/timezones

UPDATE: Adds "display language" setting to core
2025-12-13 08:12:11 +01:00
..
2023-11-20 10:46:19 +01:00
2023-11-20 10:46:19 +01:00

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:

http://cldr.unicode.org/

TODO:

  • Add tests
  • Checkout whole folder?