README.md

fedora-localization-statistics

This project aims at computing global statistics for Fedora/Linux operating system.

Licensing

It is licensed as AGPL3.0 for its content generation, and MIT for the website layout.

It uses content from CLDR, licensed under the Unicode Inc. License Agreement.

It publishes content (compendiums, terminologies and translation memories) extracted from Fedora packages, which are upstream packages. Please refer to each Fedora package licenses to get all licenses.

Run it on Fedora

dnf install podman
./runall.sh 39
````

This takes from 10 to 20 hours to process, you may wish to reduce the number of packages to scan.
To do that, read the `./runall.sh` comments.

# Run it anywhere

```bash
podman run -it --rm -v ./:/src:z -v ./results:/src/results:z -e DNF_CONF=dnf_${release}.conf -e TMP_DIR=/src/results/f${release}/tmp fedlocstats:39 $script