{% extends "languages/base.html" %} {% load i18n %} {% load statistics %} {% block extra_head %} {% endblock %} {% block body_class %}{{ block.super }} language_release{% endblock %} {% block title %}{{ block.super }} | {{ language.name }} | {{ release.name }}{% endblock %} {% block breadcrumb %}{{ block.super }} » {{ language.name }} » {{ release.name }}{% endblock %} {% block body_sec %} {% endblock %} {% block content_title %}

{{ language.name }}{{ release.name }}

{% endblock %} {% block body_main %} {% if pofile_list %}

{% trans "Project/Component statistics" %}

{% lang_stats_table pofile_list %}

Download

Receive all the translation files in a compressed archive. Get .zip Get .tar.gz {% endif %} {% if not pofile_list %} {% url contact_form as contact_form %}

{% blocktrans %}Transifex searched for projects containing translation files for this language and release, but couldn't find any. Try submitting such a file and check again.{% endblocktrans %}

{% blocktrans %}If you think this shouldn't happen, please let us know.{% endblocktrans %}

{% endif %} {% if untrans_comps %}

{% blocktrans %}Untranslated Components{% endblocktrans %}

{% blocktrans %}Here you can find components registered to belong in {% endblocktrans %}{{ release.name }}{% blocktrans %}, but with no translations sent for {% endblocktrans %}{{ language.name }}{% blocktrans %} yet:{% endblocktrans %}

{% endif %} {% endblock %}