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