Skip to content

Commit 441a7b3

Browse files
fsellaoutifallen
authored andcommitted
translation: fixed issues in French translation
Issue:315
1 parent e3ef402 commit 441a7b3

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

pytition/locale/fr_FR/LC_MESSAGES/django.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgstr ""
88
"Project-Id-Version: Pytition\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-08-15 21:12+0200\n"
11-
"PO-Revision-Date: 2024-03-30 22:20+0200\n"
12-
"Last-Translator: Yann Sionneau <[email protected]>\n"
11+
"PO-Revision-Date: 2024-03-31 22:24+0200\n"
12+
"Last-Translator: Fares Sellaouti <[email protected]>\n"
1313
"Language-Team: French (France) <https://weblate.framasoft.org/projects/"
1414
"pytition/pytitions/fr_FR/>\n"
1515
"Language: fr_FR\n"
@@ -2105,5 +2105,25 @@ msgstr "Italien"
21052105
msgid "Occitan"
21062106
msgstr "Occitan"
21072107

2108+
#: pytition/petition/templates/petition/edit_petition.html:19
2109+
msgid "Publication date"
2110+
msgstr "Date de publication"
2111+
2112+
#: pytition/petition/templates/petition/edit_petition.html:19
2113+
msgid "Show publication date"
2114+
msgstr "Afficher date de publication"
2115+
2116+
#: pytition/petition/templates/petition/edit_petition.html:19
2117+
msgid "Target"
2118+
msgstr "Objectif"
2119+
2120+
#: pytition/petition/templates/petition/edit_petition.html:19
2121+
msgid "Side text"
2122+
msgstr "Texte latéral"
2123+
2124+
#: pytition/petition/templates/petition/edit_petition.html:19
2125+
msgid "Sign form footer"
2126+
msgstr "Pied de formulaire de signature"
2127+
21082128
#~ msgid "View all petitions"
21092129
#~ msgstr "Voir toutes les pétitions"

pytition/petition/templates/petition/bs4_form.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load i18n %}
12
{% load widget_tweaks %}
23
{% load petition_extras %}
34

@@ -15,7 +16,7 @@
1516

1617
{% for field in form.visible_fields %}
1718
<div class="form-group row">
18-
<label for="{{ field.auto_id }}" class="col-sm-12 col-md-3 col-lg-2 col-form-label">{{ field.label }}</label>
19+
<label for="{{ field.auto_id }}" class="col-sm-12 col-md-3 col-lg-2 col-form-label">{% trans field.label %}</label>
1920

2021
{% if form.is_bound %}
2122
{% if field.errors %}

0 commit comments

Comments
 (0)