Skip to content

Commit

Permalink
Merge branch 'develop' into 'master' to include the latests fixes on …
Browse files Browse the repository at this point in the history
…the translation files after updating them after running the makemessages adminitrative tasks.
  • Loading branch information
sebastian-code committed Sep 17, 2017
2 parents d198a9f + b0584a0 commit ff8e402
Show file tree
Hide file tree
Showing 8 changed files with 1,194 additions and 610 deletions.
397 changes: 269 additions & 128 deletions bootcamp/locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file removed bootcamp/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
339 changes: 190 additions & 149 deletions bootcamp/locale/fr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

330 changes: 221 additions & 109 deletions bootcamp/locale/jp/LC_MESSAGES/django.po

Large diffs are not rendered by default.

365 changes: 254 additions & 111 deletions bootcamp/locale/pt_BR/LC_MESSAGES/django.po

Large diffs are not rendered by default.

369 changes: 258 additions & 111 deletions bootcamp/locale/zh_CN/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bootcamp/messenger/templates/messenger/inbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endfor %}
{% else %}
<h4>{% trans 'This is the begining of a great new conversation.' %}</h4>
<p>{% trans 'Let\'s get started now!' %}</p>
<p>{% trans "Let's get started now!" %}</p>
{% endif %}
<li class="send-message"></li>
<script type="text/javascript">window.onload = $('.conversation').scrollTop($('.conversation')[0].scrollHeight);</script>
Expand Down
2 changes: 1 addition & 1 deletion bootcamp/messenger/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.contrib.auth.decorators import login_required
from django.contrib.auth.models import User
from django.http import HttpResponse, HttpResponseBadRequest
from django.shortcuts import redirect, render
from django.shortcuts import render

from bootcamp.decorators import ajax_required
from bootcamp.messenger.models import Message
Expand Down

0 comments on commit ff8e402

Please sign in to comment.