aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-03-29docs: update weblate imgn-peugnet
as for now (and presumably quite some time) there is only en as other language
2022-03-29fix: don't use reference style links in READMEn-peugnet
where translatated strings can change. And translate some new strings
2022-03-29docs: include README in internal documentationn-peugnet
2022-03-29docs: more info about how to edit and credit authorsn-peugnet
2022-03-28fix: dirty locale files management -> use gettextn-peugnet
mainly get rid of sphinx intl and use genuine gettext utilities. - move back .pot file generation from sphinx to _build - copy .pot files from _build using xgettext (correct width and metadata) - enforce consitent width and metadata order with Weblate using msgmerge - Make now correctly tracks locales files dependencies - update README with new deps and descriptions - remove sphinx intl from deps and github action - Sphinx get basic metadata from ENVVARS set by Make
2022-03-27update READMEn-peugnet
2022-03-27add weblate languages report widgetNicolas Peugnet
2022-03-26Add repo badgesNicolas Peugnet
github action and weblate
2022-03-25build languages in their subdir & add versionn-peugnet
by separating builders commands from the other, we can directly choose the output dir
2022-03-23prepare for gettext translationsn-peugnet
2022-03-23use read the docs themen-peugnet
as it is a lot more clean
2022-03-23very first add of club1 docsn-peugnet