{% load i18n translations %}
{% translate "The component contains several duplicated translation strings." %}
{% translate "The following occurrences were found:" %}
{% translate "Language" %} | {% translate "File" %} | {% translate "Source" %} |
---|---|---|
{{ occurrence.language }} | {% if occurrence.unit %}{{ occurrence.unit.translation.filename }}{% endif %} | {% if occurrence.unit %} {% format_unit_source occurrence.unit %} {% else %} {{ occurrence.source }} {% endif %} |
{% translate "Please fix this by removing duplicated strings with same identifier from the translation files." %}
{% include "trans/alert/occurrences-limit.html" %}