Commit graph

15 commits

Author SHA1 Message Date
Laurent Peuch
de770424b9 feat(readme_generator/i18n): collect only translations that are 100% done 2024-03-22 20:17:52 +01:00
Laurent Peuch
cec03a972f feat(readme_generator/i18n): integrate translation using babel into make_readme.py 2024-03-22 20:17:52 +01:00
425f873137 Rework a bit make_readme.py and test_make_readme.py
* Use pathlib.Path

* Use difflib to show actual diffs between new and old readmes
2024-03-13 20:37:43 +01:00
OniriCorpe
89596908bf move the screenshots code part to only run it once, since it do not change with language 2024-03-13 03:22:39 +01:00
OniriCorpe
63c5eac29b fix: ignore '.gitkeep' or any file whose name begins with a dot 2024-03-13 03:13:36 +01:00
OniriCorpe
f240859eb5 fix: referenced before assignment 2024-03-13 03:13:36 +01:00
OniriCorpe
9cde476a32 readme-generator: only pick files (no folder) on the root of 'screenshots' 2024-03-13 03:13:36 +01:00
OniriCorpe
c4ac379b56 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
Laurent Peuch
7be012bb1a feat(readme_generator): don't hardcode the list of languages, extract it from the README templates 2024-03-08 04:16:36 +01:00
Laurent Peuch
14b4ad3fe6 feat(make_readme): add some typing 2024-03-07 02:47:30 +01:00
Laurent Peuch
7706ff6082 style: run black on tools/readme_generator/make_readme.py 2024-03-07 02:47:30 +01:00
Laurent Peuch
2467965dfa fix(make_readme): antifeatures_list content was modified by reference thus breaking translations 2024-03-07 02:47:30 +01:00
OniriCorpe
6791249588 remove forgotten debug print 2024-03-07 02:47:30 +01:00
OniriCorpe
a098ad4de2 smol fixes 2024-03-07 02:47:30 +01:00
fec15f5dea Rename README-generator -> readme_generator because python tools hate caps… 2024-02-15 15:03:31 +01:00
Renamed from tools/README-generator/make_readme.py (Browse further)