1
0
Fork 0

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 %}
<li>
{% if status.deleted %}
<em>{% trans "Statuses has been deleted" %}</em>
<em>{% trans "Status has been deleted" %}</em>
{% else %}
{% include 'snippets/status/status.html' with status=status moderation_mode=True %}
{% endif %}