Skip to content

Commit

Permalink
Add translation for 'search project title'
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Aug 4, 2020
1 parent 6664f4a commit 5978c15
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 8 deletions.
Binary file modified rdmo/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
8 changes: 6 additions & 2 deletions rdmo/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: RDMO\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-04 11:41+0200\n"
"PO-Revision-Date: 2020-08-04 11:41+0200\n"
"POT-Creation-Date: 2020-08-04 11:46+0200\n"
"PO-Revision-Date: 2020-08-04 11:46+0200\n"
"Last-Translator: Jochen Klar <[email protected]>\n"
"Language-Team: RDMO <[email protected]>\n"
"Language: de\n"
Expand Down Expand Up @@ -2152,6 +2152,10 @@ msgstr "Meine Daten"
msgid "Search projects"
msgstr "Projekt suchen"

#: projects/templates/projects/projects.html:23
msgid "Search project title"
msgstr "Suche nach Projekttitel"

#: projects/templates/projects/projects.html:39
#, python-format
msgid "View all projects on %(site)s"
Expand Down
6 changes: 5 additions & 1 deletion rdmo/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-04 11:41+0200\n"
"POT-Creation-Date: 2020-08-04 11:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2017,6 +2017,10 @@ msgstr ""
msgid "Search projects"
msgstr ""

#: projects/templates/projects/projects.html:23
msgid "Search project title"
msgstr ""

#: projects/templates/projects/projects.html:39
#, python-format
msgid "View all projects on %(site)s"
Expand Down
8 changes: 7 additions & 1 deletion rdmo/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: RDMO\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-04 11:41+0200\n"
"POT-Creation-Date: 2020-08-04 11:46+0200\n"
"PO-Revision-Date: 2020-06-30 12:48+0200\n"
"Last-Translator: Yonny Cardenas <[email protected]>\n"
"Language-Team: RDMO <[email protected]>\n"
Expand Down Expand Up @@ -2184,6 +2184,12 @@ msgstr "Mes données"
msgid "Search projects"
msgstr "Recherche de projets"

#: projects/templates/projects/projects.html:23
#, fuzzy
#| msgid "Search projects"
msgid "Search project title"
msgstr "Recherche de projets"

#: projects/templates/projects/projects.html:39
#, python-format
msgid "View all projects on %(site)s"
Expand Down
6 changes: 5 additions & 1 deletion rdmo/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-04 11:41+0200\n"
"POT-Creation-Date: 2020-08-04 11:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2017,6 +2017,10 @@ msgstr ""
msgid "Search projects"
msgstr ""

#: projects/templates/projects/projects.html:23
msgid "Search project title"
msgstr ""

#: projects/templates/projects/projects.html:39
#, python-format
msgid "View all projects on %(site)s"
Expand Down
6 changes: 5 additions & 1 deletion rdmo/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-04 11:41+0200\n"
"POT-Creation-Date: 2020-08-04 11:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2017,6 +2017,10 @@ msgstr ""
msgid "Search projects"
msgstr ""

#: projects/templates/projects/projects.html:23
msgid "Search project title"
msgstr ""

#: projects/templates/projects/projects.html:39
#, python-format
msgid "View all projects on %(site)s"
Expand Down
2 changes: 1 addition & 1 deletion rdmo/projects/templates/projects/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>{% trans 'My Data' %}</h2>
<h2>{% trans 'Search projects' %}</h2>

<form method="GET">
<input type="text" class="form-control" id="search" name="title" placeholder="Search project title"
<input type="text" class="form-control" id="search" name="title" placeholder=" {% trans 'Search project title' %}"
value="{{request.GET.title }}" />
</form>

Expand Down
2 changes: 1 addition & 1 deletion rdmo/projects/templates/projects/site_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h2>{% trans 'Search projects' %}</h2>

<form method="GET">
<input type="text" class="form-control" id="search" name="title" placeholder="Search project title"
<input type="text" class="form-control" id="search" name="title" placeholder="{% trans 'Search project title' %}"
value="{{request.GET.title }}" />
</form>

Expand Down

0 comments on commit 5978c15

Please sign in to comment.