Commit 313c8f1c authored by Michal Čihař's avatar Michal Čihař

Pass correct value as number of plurals

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7530716e
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<td></td> <td></td>
<td colspan="2" class="translatetext"> <td colspan="2" class="translatetext">
{% if not user.profile.hide_source_secondary or not item.secondary %} {% if not user.profile.hide_source_secondary or not item.secondary %}
{% format_translation item.unit.source item.unit.translation.subproject.project.source_language search_match=search_query num_plurals=unit.translation.language.nplurals %} {% format_translation item.unit.source item.unit.translation.subproject.project.source_language search_match=search_query num_plurals=item.unit.translation.language.nplurals %}
{% endif %} {% endif %}
{% if item.secondary %} {% if item.secondary %}
{% for unit in item.secondary %} {% for unit in item.secondary %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment