summaryrefslogtreecommitdiff
path: root/ci/txstats.py
AgeCommit message (Collapse)Author
2020-01-27CI: wrangle txstats.pyAdriaan de Groot
- This script is used to figure out which languages are included in a Calamares release; it fetches translation statistics from Transifex. - Document Esperanto better. - Add a -v option to see the actual translation numbers.
2019-08-07CI: make scripts executableAdriaan de Groot
2019-08-02CI: keep Esperanto in the "incomplete" listAdriaan de Groot
- Since QLocale does not support Esperanto, we can't effectively load it.
2019-06-18CI: label languages "incomplete" at < 5%Adriaan de Groot
2019-06-17CI: chase Python deprecations in ConfigParserAdriaan de Groot
2019-02-12i18n: list translations alphabeticallyAdriaan de Groot
- it's enough to know which "band" a translation is in, no need to keep them in translation-completeness order - makes it easier to sort-and-spot what languages have moved between bands - suppress es_ES automatically.
2018-12-13i18n: update list of translations from TransifexAdriaan de Groot
- Add automatic tooling to retrieve translation stats and output new CMake variable settings. - If there are i18n language selection warnings, stop CMake.