{% load i18n %} {% load translations %}
{% trans "The component contains several duplicated translation strings." %}
{% trans "The following occurences were found:" %}
{% trans "Language" %} | {% trans "Source" %} |
---|---|
{{ occurence.language }} | {% if occurence.unit %} {% format_translation occurence.unit.source occurence.unit.translation.component.project.source_language %} {% else %} {{ occurence.source }} {% endif %} |
{% trans "Please fix this by removing duplicated strings with same identifier from the translation files." %}