{% load i18n %} {% load translations %} {% if analysis.source_language %}

{% trans "The component contains translation file for the source language." %}

{% trans "Please consider the following:" %}

{% else %}

{% trans "The component contains several translation files mapped to a single language in Weblate." %} {% trans "Please fix this by removing one of the translation files." %}

{% if analysis.default_country %}

{% trans "Please consider the following:" %}

{% endif %} {% endif %}

{% trans "The following occurrences were found:" %}

{% for occurrence in occurrences %} {% endfor %}
{% trans "Language" %}{% trans "Language codes" %}
{{ occurrence.language }} {{ occurrence.codes }}
{% include "trans/alert/occurrences-limit.html" %}