diff --git a/locale/fr/LC_MESSAGES/rougail_output_exporter.mo b/locale/fr/LC_MESSAGES/rougail_output_exporter.mo index fb7e0ae..61a37ae 100644 Binary files a/locale/fr/LC_MESSAGES/rougail_output_exporter.mo and b/locale/fr/LC_MESSAGES/rougail_output_exporter.mo differ diff --git a/locale/fr/LC_MESSAGES/rougail_output_exporter.po b/locale/fr/LC_MESSAGES/rougail_output_exporter.po index c729f15..b53c2f8 100644 --- a/locale/fr/LC_MESSAGES/rougail_output_exporter.po +++ b/locale/fr/LC_MESSAGES/rougail_output_exporter.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2024-10-31 18:44+0100\n" -"PO-Revision-Date: 2024-10-31 18:47+0100\n" +"POT-Creation-Date: 2024-11-01 11:03+0100\n" +"PO-Revision-Date: 2024-11-01 11:04+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -16,42 +16,42 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" -#: src/rougail/output_exporter/__init__.py:68 +#: src/rougail/output_exporter/__init__.py:73 msgid "The following variables are mandatory but have no value:" msgstr "Les variables suiveuses sont obligatoire mais n'ont pas de valeur :" -#: src/rougail/output_exporter/__init__.py:77 +#: src/rougail/output_exporter/__init__.py:84 msgid "The following variables are inaccessible but are empty and mandatory :" msgstr "Les variables suiveuses sont inaccessibles mais sont vides et obligatoires :" -#: src/rougail/output_exporter/output/console.py:52 +#: src/rougail/output_exporter/output/console.py:53 msgid "Undocumented variable" msgstr "Variable non documentée" -#: src/rougail/output_exporter/output/console.py:53 +#: src/rougail/output_exporter/output/console.py:54 msgid "Undocumented but modified variable" msgstr "Variable non documentée mais modifiée" -#: src/rougail/output_exporter/output/console.py:56 +#: src/rougail/output_exporter/output/console.py:57 msgid "Unmodifiable variable" msgstr "Variable non modifiable" -#: src/rougail/output_exporter/output/console.py:60 +#: src/rougail/output_exporter/output/console.py:61 msgid "Default value" msgstr "Valeur par défaut" -#: src/rougail/output_exporter/output/console.py:61 +#: src/rougail/output_exporter/output/console.py:62 msgid "Modified value" msgstr "Valeur modifiée" -#: src/rougail/output_exporter/output/console.py:62 +#: src/rougail/output_exporter/output/console.py:63 msgid "Original default value" msgstr "Valeur par défaut d'origine" -#: src/rougail/output_exporter/output/console.py:66 +#: src/rougail/output_exporter/output/console.py:67 msgid "Caption" msgstr "Légende" -#: src/rougail/output_exporter/output/console.py:87 +#: src/rougail/output_exporter/output/console.py:92 msgid "Variables:" msgstr "Variables :" diff --git a/locale/rougail_output_exporter.pot b/locale/rougail_output_exporter.pot index fa0aa29..6fd3c0a 100644 --- a/locale/rougail_output_exporter.pot +++ b/locale/rougail_output_exporter.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-10-31 18:49+0100\n" +"POT-Creation-Date: 2024-11-01 11:03+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,43 +15,43 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_exporter/__init__.py:68 +#: src/rougail/output_exporter/__init__.py:73 msgid "The following variables are mandatory but have no value:" msgstr "" -#: src/rougail/output_exporter/__init__.py:77 +#: src/rougail/output_exporter/__init__.py:84 msgid "The following variables are inaccessible but are empty and mandatory :" msgstr "" -#: src/rougail/output_exporter/output/console.py:52 +#: src/rougail/output_exporter/output/console.py:53 msgid "Undocumented variable" msgstr "" -#: src/rougail/output_exporter/output/console.py:53 +#: src/rougail/output_exporter/output/console.py:54 msgid "Undocumented but modified variable" msgstr "" -#: src/rougail/output_exporter/output/console.py:56 +#: src/rougail/output_exporter/output/console.py:57 msgid "Unmodifiable variable" msgstr "" -#: src/rougail/output_exporter/output/console.py:60 +#: src/rougail/output_exporter/output/console.py:61 msgid "Default value" msgstr "" -#: src/rougail/output_exporter/output/console.py:61 +#: src/rougail/output_exporter/output/console.py:62 msgid "Modified value" msgstr "" -#: src/rougail/output_exporter/output/console.py:62 +#: src/rougail/output_exporter/output/console.py:63 msgid "Original default value" msgstr "" -#: src/rougail/output_exporter/output/console.py:66 +#: src/rougail/output_exporter/output/console.py:67 msgid "Caption" msgstr "" -#: src/rougail/output_exporter/output/console.py:87 +#: src/rougail/output_exporter/output/console.py:92 msgid "Variables:" msgstr "" diff --git a/pyproject.toml b/pyproject.toml index 57660b0..944fecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ - "rougail ~= 1.1.0", + "rougail >= 1.1,<2", "rich ~= 13.9.3", ]