{% load i18n %} {% load translations %}

{% trans "The component translation files are using ambiguous language code." %} {% trans "These language codes indicate a macrolanguage and it is usually better to use code of individual language instead." %}

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

{% for code, alternatives in ambiguous.items %} {% endfor %}
{% trans "Language code" %}{% trans "Suggested individual language codes" %}
{{ code }} {{ alternatives|join:", " }}