---
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 %}
- {% trans %}In the Manage administrative menu, navigate to Configuration > Region and language > {{ language_link }}.{% endtrans %}
- {% 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 %}
- {% 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 %}
- {% trans %}Optionally, click Check manually to update the report.{% endtrans %}
- {% trans %}View the report to find out if any languages have translation updates that you can download.{% endtrans %}