diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-28 22:17:04 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-28 22:17:04 +0200 |
commit | e4a912b6776a33d3092d70155a8a2a4a09542d7e (patch) | |
tree | b39e9e49757d754b6a2d2302309343ba4832c713 /locales/en/LC_MESSAGES/sphinx.po | |
parent | f4800a5d80f9d654ebf3e41bb6b7c6f64bbae6bc (diff) | |
download | club1-docs-e4a912b6776a33d3092d70155a8a2a4a09542d7e.tar.gz club1-docs-e4a912b6776a33d3092d70155a8a2a4a09542d7e.zip |
fix: dirty locale files management -> use gettext
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
Diffstat (limited to 'locales/en/LC_MESSAGES/sphinx.po')
-rw-r--r-- | locales/en/LC_MESSAGES/sphinx.po | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/locales/en/LC_MESSAGES/sphinx.po b/locales/en/LC_MESSAGES/sphinx.po index a8ae916..e56a31c 100644 --- a/locales/en/LC_MESSAGES/sphinx.po +++ b/locales/en/LC_MESSAGES/sphinx.po @@ -6,26 +6,24 @@ msgid "" msgstr "" "Project-Id-Version: Hébergement CLUB1 main\n" -"Report-Msgid-Bugs-To: Nicolas PEUGNET <nicolas@club1.fr>\n" -"POT-Creation-Date: 2022-03-26 11:55+0100\n" +"Report-Msgid-Bugs-To: nicolas@club1.fr\n" +"POT-Creation-Date: 2022-03-28 21:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Nicolas PEUGNET <nicolas@club1.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: en\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -#: ../_templates/versions.html:4 ../_templates/versions.html:21 +#: ../../_templates/versions.html:4 ../../_templates/versions.html:21 msgid "Versions" msgstr "Versions" -#: ../_templates/versions.html:11 +#: ../../_templates/versions.html:11 msgid "Langages" msgstr "Languages" -#: ../_templates/versions.html:31 +#: ../../_templates/versions.html:31 msgid "Téléchargements" msgstr "Downloads" - |