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 58 {% elif field.auto_id == 'id_image' %}
59 59 {% render_field field class='form-control' %}
60 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 62 <span class="input-group-btn input-group-sm">
63 63 <button type="button" class="btn btn-fab btn-fab-mini">
64 64 <i class="material-icons">image</i>
... ...
users/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 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 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...