Commit c6feabdabe3dd42f708014da1112bb121c4e3777

Authored by Luan
1 parent ad261185

Minor change on user profile and updating translations - closes #81

src/accounts/templates/accounts/user_detail.html
... ... @@ -135,7 +135,7 @@
135 135 </div>
136 136  
137 137 <div class="col-lg-6 col-md-6 col-sm-12">
138   - <h3>{% trans "Contributions" %}</h3>
  138 + <h3>{% trans "Other Collaborations" %}</h3>
139 139 <ul class="message-list">
140 140 {% for result in results %}
141 141 {% include "message-preview.html" %}
... ...
src/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
src/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -7,7 +7,7 @@ msgid &quot;&quot;
7 7 msgstr ""
8 8 "Project-Id-Version: PACKAGE VERSION\n"
9 9 "Report-Msgid-Bugs-To: \n"
10   -"POT-Creation-Date: 2013-12-10 12:05+0000\n"
  10 +"POT-Creation-Date: 2013-12-10 16:24+0000\n"
11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -177,9 +177,9 @@ msgstr &quot;Não há posts deste usuário até agora.&quot;
177 177 msgid "View more discussions..."
178 178 msgstr "Ver mais discussões..."
179 179  
180   -#: accounts/templates/accounts/user_detail.html:138 badger/models.py:23
181   -msgid "Contributions"
182   -msgstr "Contribuições"
  180 +#: accounts/templates/accounts/user_detail.html:138
  181 +msgid "Other Collaborations"
  182 +msgstr "Outras Colaborações"
183 183  
184 184 #: accounts/templates/accounts/user_detail.html:143
185 185 msgid "No contributions of this user so far."
... ... @@ -309,6 +309,10 @@ msgstr &quot;Manual&quot;
309 309 msgid "Messages"
310 310 msgstr "Mensagens"
311 311  
  312 +#: badger/models.py:23
  313 +msgid "Contributions"
  314 +msgstr "Contribuições"
  315 +
312 316 #: badger/models.py:24
313 317 msgid "Wikis"
314 318 msgstr "Wikis"
... ...