Merge pull request #975 from reesporte/main

spanish translation updates
This commit is contained in:
Mouse Reeve 2021-04-23 12:03:03 -07:00 committed by GitHub
commit d31827e5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1496 additions and 2044 deletions

View file

@ -51,7 +51,7 @@
{% for status in report.statuses.select_subclasses.all %} {% for status in report.statuses.select_subclasses.all %}
<li> <li>
{% if status.deleted %} {% if status.deleted %}
<em>{% trans "Statuses has been deleted" %}</em> <em>{% trans "Status has been deleted" %}</em>
{% else %} {% else %}
{% include 'snippets/status/status.html' with status=status moderation_mode=True %} {% include 'snippets/status/status.html' with status=status moderation_mode=True %}
{% endif %} {% endif %}

4
bw-dev
View file

@ -90,10 +90,10 @@ case "$CMD" in
runweb python manage.py collectstatic --no-input runweb python manage.py collectstatic --no-input
;; ;;
makemessages) makemessages)
runweb django-admin makemessages --no-wrap --ignore=venv3 $@ runweb django-admin makemessages --no-wrap --ignore=venv $@
;; ;;
compilemessages) compilemessages)
runweb django-admin compilemessages --ignore venv3 $@ runweb django-admin compilemessages --ignore venv $@
;; ;;
build) build)
docker-compose build docker-compose build

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.