1
0
Fork 0
Commit graph

23 commits

Author SHA1 Message Date
Bram
e9061990fa Translated using Weblate (French)
Currently translated at 2.7% (1 of 36 strings)

Translation: YunoHost/Readme Generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/fr/
2024-03-19 03:19:50 +01:00
Félix Piédallu
89a6c672b3 Fix readme_generator/webhook: make_readme now uses pathlib 2024-03-14 15:32:41 +01:00
Salamandar
10b972894e 🎨 Format Python code with Black 2024-03-13 21:52:25 +01:00
Félix Piédallu
7fe984b0d2 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
41415c26a0 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
12f5aebd63 fix: ignore '.gitkeep' or any file whose name begins with a dot 2024-03-13 03:13:36 +01:00
OniriCorpe
1f2d5f2418 fix: referenced before assignment 2024-03-13 03:13:36 +01:00
OniriCorpe
775c6ef627 readme-generator: only pick files (no folder) on the root of 'screenshots' 2024-03-13 03:13:36 +01:00
OniriCorpe
d81f11f6ee 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
OniriCorpe
359de4c5cf fix test readmes 2024-03-11 16:40:21 +01:00
Laurent Peuch
cdcc8be5c3 feat(make_readme): add some tests 2024-03-11 03:54:58 +01:00
OniriCorpe
fd2e4ef72b fix bash codeblocks 2024-03-11 00:53:56 +01:00
Laurent Peuch
be831eb4ea feat(readme_generator): don't hardcode the list of languages, extract it from the README templates 2024-03-08 04:16:36 +01:00
OniriCorpe
58c836181e fixes eventual double line break after description & demo link between rafters 2024-03-07 23:30:46 +01:00
Laurent Peuch
74d1310ef1 feat(make_readme): add some typing 2024-03-07 02:47:30 +01:00
OniriCorpe
ec20c53bf3 shhh 2024-03-07 02:47:30 +01:00
OniriCorpe
a11f6efa33 markdown fixes 2024-03-07 02:47:30 +01:00
Laurent Peuch
ebb7f2ed8e style: run black on tools/readme_generator/make_readme.py 2024-03-07 02:47:30 +01:00
Laurent Peuch
b12f9c9919 fix(make_readme): antifeatures_list content was modified by reference thus breaking translations 2024-03-07 02:47:30 +01:00
OniriCorpe
c3bb3b51d3 markdown fixes 2024-03-07 02:47:30 +01:00
OniriCorpe
fb8ff3d0f4 remove forgotten debug print 2024-03-07 02:47:30 +01:00
OniriCorpe
221429766e smol fixes 2024-03-07 02:47:30 +01:00
Félix Piédallu
e02e54dc5f Rename README-generator -> readme_generator because python tools hate caps… 2024-02-15 15:03:31 +01:00