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

{% trans "Files for translated languages are using ambiguous language codes." %} {% trans "These language codes indicate a macrolanguage, and it is usually better to use the code of the 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:", " }}
{% include "trans/alert/occurrences-limit.html" %}