{% load i18n translations %}

{% translate "Files for translated languages are using ambiguous language codes." %} {% translate "These language codes indicate a macrolanguage, and it is usually better to use the code of the individual language instead." %}

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

{% for code, alternatives in ambiguous.items %} {% endfor %}
{% translate "Language code" %} {% translate "Suggested individual language codes" %}
{{ code }} {{ alternatives|join:", " }}
{% include "trans/alert/occurrences-limit.html" %}