From e4a912b6776a33d3092d70155a8a2a4a09542d7e Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 28 Mar 2022 22:17:04 +0200 Subject: 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 --- locales/sphinx.pot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'locales/sphinx.pot') diff --git a/locales/sphinx.pot b/locales/sphinx.pot index 8b52ada..9957e21 100644 --- a/locales/sphinx.pot +++ b/locales/sphinx.pot @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2022, Nicolas PEUGNET +# Copyright (C) YEAR Nicolas PEUGNET # This file is distributed under the same license as the CLUB1 package. # FIRST AUTHOR , YEAR. # @@ -7,24 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: CLUB1 main\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-26 23:04+0100\n" +"Report-Msgid-Bugs-To: nicolas@club1.fr\n" +"POT-Creation-Date: 2022-03-28 22:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../_templates/versions.html:4 -#: ../_templates/versions.html:21 +#: ../../_templates/versions.html:4 ../../_templates/versions.html:21 msgid "Versions" msgstr "" -#: ../_templates/versions.html:11 +#: ../../_templates/versions.html:11 msgid "Langages" msgstr "" -#: ../_templates/versions.html:31 +#: ../../_templates/versions.html:31 msgid "Téléchargements" msgstr "" -- cgit v1.2.3