Commit 3cfca69a899f4cb1a6c9f07bedc4cd1d6da932d1

Authored by Gustavo Bernardo
1 parent 6b0f247f

Fix'd last field of register translation [Issues:#398,#415]

core/templates/register_user.html
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 {% elif field.auto_id == 'id_image' %} 58 {% elif field.auto_id == 'id_image' %}
59 {% render_field field class='form-control' %} 59 {% render_field field class='form-control' %}
60 <div class="input-group"> 60 <div class="input-group">
61 - <input type="text" readonly="" class="form-control" placeholder="Choose your photo..."> 61 + <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}">
62 <span class="input-group-btn input-group-sm"> 62 <span class="input-group-btn input-group-sm">
63 <button type="button" class="btn btn-fab btn-fab-mini"> 63 <button type="button" class="btn btn-fab btn-fab-mini">
64 <i class="material-icons">image</i> 64 <i class="material-icons">image</i>
users/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid &quot;&quot; @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 msgstr "" 8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n" 9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n" 10 "Report-Msgid-Bugs-To: \n"
11 -"POT-Creation-Date: 2016-11-17 09:36-0300\n" 11 +"POT-Creation-Date: 2016-11-17 09:46-0300\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n"