Browse Source

Add warning button: translation in dev

paginateur
Maël Kervella 8 years ago
parent
commit
8003634563
  1. BIN
      re2o/locale/fr/LC_MESSAGES/django.mo
  2. 4
      re2o/locale/fr/LC_MESSAGES/django.po
  3. 2
      templates/buttons/setlang.html

BIN
re2o/locale/fr/LC_MESSAGES/django.mo

Binary file not shown.

4
re2o/locale/fr/LC_MESSAGES/django.po

@ -155,6 +155,10 @@ msgstr ""
msgid "Dependencies"
msgstr "Dépendances"
#: templates/re2o/buttons/setlang.html:34
msgid "Translation in development"
msgstr "Traduction en développement"
#: views.py:172
msgid "No Git repository configured"
msgstr "Aucun repository git configuré"

2
templates/buttons/setlang.html

@ -31,6 +31,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="fa fa-globe"></i> <span class="caret"></span>
</a>
<div class="dropdown-menu" aria-labelledby="setlang">
<p style="text-align: center"><small><i class="fa fa-exclamation-triangle"></i> {% trans "Translation in development" %}</small></p>
<hr>
<form method="post" action="{% url 'set_language' %}">
{% csrf_token %}
<input type="hidden" name="next" value="{{ request.path }}">

Loading…
Cancel
Save