Skip to content
Snippets Groups Projects
Commit 1c09f211 authored by Johannes Wolf's avatar Johannes Wolf
Browse files

translation

parent 7e83b70d
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
{% elif action.type == "clear" %} {% elif action.type == "clear" %}
{{ action.label }} {% trans "cleared" %} {{ action.label }} {% trans "cleared" %}
{% elif action.type == "delete" %} {% elif action.type == "delete" %}
{% blocktrans with label=action.label count count=action.items|length %} {% blocktrans with label=action.label count count=action.items|length %}{{ label }} was{% plural %}{{ label }} were{% endblocktrans %}:
{{ label }} was{% plural %}{{ label }} were{% endblocktrans %}:
{{ action.items|join:", " }} {{ action.items|join:", " }}
{% elif action.type == "change" %} {% elif action.type == "change" %}
{{ action.label }}: {{ action.items.0 }} → {{ action.items.1 }} {{ action.label }}: {{ action.items.0 }} → {{ action.items.1 }}
... ...
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment