Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
d864c004
Commit
d864c004
authored
Aug 15, 2017
by
Sli
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'matmatronch' into 'master'
Translations fix for matmatronch See merge request
!94
parents
b5599db9
f49f889d
Pipeline
#1128
passed with stage
in 4 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+6
-2
matmat/views.py
matmat/views.py
+1
-1
No files found.
locale/fr/LC_MESSAGES/django.po
View file @
d864c004
...
...
@@ -6,7 +6,7 @@
msgid
""
msgstr
""
"Report-Msgid-Bugs-To:
\n
"
"POT-Creation-Date: 2017-08-15 18:
0
5+0200
\n
"
"POT-Creation-Date: 2017-08-15 18:5
7
+0200
\n
"
"PO-Revision-Date: 2016-07-18
\n
"
"Last-Translator: Skia <skia@libskia.so>
\n
"
"Language-Team: AE info <ae.info@utbm.fr>
\n
"
...
...
@@ -3927,7 +3927,7 @@ msgstr "Utilisateur trouvé"
#: matmat/templates/matmat/search_form.jinja:38
msgid
"Search by profile"
msgstr
"Recherche par profil
e
"
msgstr
"Recherche par profil"
#: matmat/templates/matmat/search_form.jinja:52
msgid
"Inverted search"
...
...
@@ -3941,6 +3941,10 @@ msgstr "Recherche rapide"
msgid
"Indifferent"
msgstr
"Indifferent"
#: matmat/views.py:76
msgid
"Sex"
msgstr
"Sexe"
#: matmat/views.py:78
msgid
"Last/First name or nickname"
msgstr
"Nom de famille, prénom ou surnom"
...
...
matmat/views.py
View file @
d864c004
...
...
@@ -73,7 +73,7 @@ class SearchForm(forms.ModelForm):
(
"MAN"
,
_
(
"Man"
)),
(
"WOMAN"
,
_
(
"Woman"
)),
(
"INDIFFERENT"
,
_
(
"Indifferent"
))
],
widget
=
forms
.
RadioSelect
,
initial
=
"INDIFFERENT"
)
],
widget
=
forms
.
RadioSelect
,
initial
=
"INDIFFERENT"
,
label
=
_
(
'Sex'
)
)
quick
=
forms
.
CharField
(
label
=
_
(
'Last/First name or nickname'
),
max_length
=
255
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment