Commit c6feabdabe3dd42f708014da1112bb121c4e3777
1 parent
ad261185
Exists in
master
and in
39 other branches
Minor change on user profile and updating translations - closes #81
Showing
3 changed files
with
9 additions
and
5 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
| @@ -135,7 +135,7 @@ | @@ -135,7 +135,7 @@ | ||
| 135 | </div> | 135 | </div> |
| 136 | 136 | ||
| 137 | <div class="col-lg-6 col-md-6 col-sm-12"> | 137 | <div class="col-lg-6 col-md-6 col-sm-12"> |
| 138 | - <h3>{% trans "Contributions" %}</h3> | 138 | + <h3>{% trans "Other Collaborations" %}</h3> |
| 139 | <ul class="message-list"> | 139 | <ul class="message-list"> |
| 140 | {% for result in results %} | 140 | {% for result in results %} |
| 141 | {% include "message-preview.html" %} | 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 "" | @@ -7,7 +7,7 @@ msgid "" | ||
| 7 | msgstr "" | 7 | msgstr "" |
| 8 | "Project-Id-Version: PACKAGE VERSION\n" | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
| 9 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| @@ -177,9 +177,9 @@ msgstr "Não há posts deste usuário até agora." | @@ -177,9 +177,9 @@ msgstr "Não há posts deste usuário até agora." | ||
| 177 | msgid "View more discussions..." | 177 | msgid "View more discussions..." |
| 178 | msgstr "Ver mais discussões..." | 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 | #: accounts/templates/accounts/user_detail.html:143 | 184 | #: accounts/templates/accounts/user_detail.html:143 |
| 185 | msgid "No contributions of this user so far." | 185 | msgid "No contributions of this user so far." |
| @@ -309,6 +309,10 @@ msgstr "Manual" | @@ -309,6 +309,10 @@ msgstr "Manual" | ||
| 309 | msgid "Messages" | 309 | msgid "Messages" |
| 310 | msgstr "Mensagens" | 310 | msgstr "Mensagens" |
| 311 | 311 | ||
| 312 | +#: badger/models.py:23 | ||
| 313 | +msgid "Contributions" | ||
| 314 | +msgstr "Contribuições" | ||
| 315 | + | ||
| 312 | #: badger/models.py:24 | 316 | #: badger/models.py:24 |
| 313 | msgid "Wikis" | 317 | msgid "Wikis" |
| 314 | msgstr "Wikis" | 318 | msgstr "Wikis" |