locale.translation_status.html.twig
---
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')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Check the current status of interface translations, and see if there are any updates available.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Region and language</em> > {{ language_link }}.{% endtrans %}</li>
  <li>{% trans %}Look at the <em>Interface translation</em> column in the language table, to find the percentage of user interface text that has been translated for each language.{% endtrans %}</li>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Reports</em> > <em>{{ translation_updates_link }}</em>. This report is only available if the core Update Status module is installed.{% endtrans %}</li>
  <li>{% trans %}Optionally, click <em>Check manually</em> to update the report.{% endtrans %}</li>
  <li>{% trans %}View the report to find out if any languages have translation updates that you can download.{% endtrans %}</li>
</ol>
  
File
- 
              core/
modules/ locale/ help_topics/ locale.translation_status.html.twig  
View source
- ---
 - 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')) %}
 - <h2>{% trans %}Goal{% endtrans %}</h2>
 - <p>{% trans %}Check the current status of interface translations, and see if there are any updates available.{% endtrans %}</p>
 - <h2>{% trans %}Steps{% endtrans %}</h2>
 - <ol>
 -   <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> > <em>Region and language</em> > {{ language_link }}.{% endtrans %}</li>
 -   <li>{% trans %}Look at the <em>Interface translation</em> column in the language table, to find the percentage of user interface text that has been translated for each language.{% endtrans %}</li>
 -   <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Reports</em> > <em>{{ translation_updates_link }}</em>. This report is only available if the core Update Status module is installed.{% endtrans %}</li>
 -   <li>{% trans %}Optionally, click <em>Check manually</em> to update the report.{% endtrans %}</li>
 -   <li>{% trans %}View the report to find out if any languages have translation updates that you can download.{% endtrans %}</li>
 - </ol>
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.