UPDATE: Dump of initial files

This commit is contained in:
Nicolás Hatcher
2023-11-18 21:26:18 +01:00
commit c5b8efd83d
279 changed files with 42654 additions and 0 deletions

26
generate_locale/README.md Normal file
View File

@@ -0,0 +1,26 @@
# Generate Locale
This is a small util to generate locales for IronCalc.
To build
```bash
$ cargo build --release
```
To run it you will need a checkout of the [CLDR json repo](https://github.com/unicode-org/cldr-json)
```bash
$ generate_locale --locales=<locales-file> --cldr-dir=<cldr-dir> --output=<output-file>
```
Further information:
http://cldr.unicode.org/
## TODO:
* Add tests
* Checkout whole folder?