--- label: 'Checking interface translation status' related: - core.translations - locale.import - locale.translate_strings --- {% set language_text %}{% trans %}Languages{% endtrans %}{% endset %} {% set translation_updates_text %}{% trans %}Available translation updates{% endtrans %}{% endset %} {% set language_link = render_var(help_route_link(language_text, 'entity.configurable_language.collection')) %} {% set translation_updates_link = render_var(help_route_link(translation_updates_text, 'locale.translate_status')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Check the current status of interface translations, and see if there are any updates available.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Regional and language > {{ language_link }}.{% endtrans %}
  2. {% trans %}Look at the Interface translation column in the language table, to find the percentage of user interface text that has been translated for each language.{% endtrans %}
  3. {% trans %}In the Manage administrative menu, navigate to Reports > {{ translation_updates_link }}. This report is only available if the core Update Status module is installed.{% endtrans %}
  4. {% trans %}Optionally, click Check manually to update the report.{% endtrans %}
  5. {% trans %}View the report to find out if any languages have translation updates that you can download.{% endtrans %}