config_translation.overview.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/config_translation.overview.html.twig
  2. 11.x core/modules/config_translation/help_topics/config_translation.overview.html.twig
---
label: 'Translating configuration'
related:
  - core.config_overview
  - core.translations
  - language.add
---
{% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %}
{% set config_translation_link = render_var(help_route_link(config_translation_link_text, 'config_translation.mapper_list')) %}
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
{% set language_add_topic = render_var(help_topic_link('language.add')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Translate your site configuration to another language. See {{ language_add_topic }} if you need to add a new language.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Region and language</em> &gt; <em>{{ config_translation_link }}</em>.{% endtrans %}</li>
  <li>{% trans %}Find either the configuration entity type or the simple configuration item that you want to translate in the <em>Label</em> column of the list. Click <em>List</em> under <em>Operations</em> for a configuration entity, or <em>Translate</em> for simple configuration. (See {{ config_overview_topic }} to learn more about types of configuration and configuration entities.){% endtrans %}</li>
  <li>{% trans %}For configuration entities, find the specific entity that you want to translate on the next page, and click <em>Translate</em> under <em>Operations</em>.{% endtrans %}</li>
  <li>{% trans %}Enter translations for the translatable text fields for the configuration item, and save.{% endtrans %}</li>
</ol>

File

core/modules/config_translation/help_topics/config_translation.overview.html.twig

View source
  1. ---
  2. label: 'Translating configuration'
  3. related:
  4. - core.config_overview
  5. - core.translations
  6. - language.add
  7. ---
  8. {% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %}
  9. {% set config_translation_link = render_var(help_route_link(config_translation_link_text, 'config_translation.mapper_list')) %}
  10. {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
  11. {% set language_add_topic = render_var(help_topic_link('language.add')) %}
  12. <h2>{% trans %}Goal{% endtrans %}</h2>
  13. <p>{% trans %}Translate your site configuration to another language. See {{ language_add_topic }} if you need to add a new language.{% endtrans %}</p>
  14. <h2>{% trans %}Steps{% endtrans %}</h2>
  15. <ol>
  16. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Region and language</em> &gt; <em>{{ config_translation_link }}</em>.{% endtrans %}</li>
  17. <li>{% trans %}Find either the configuration entity type or the simple configuration item that you want to translate in the <em>Label</em> column of the list. Click <em>List</em> under <em>Operations</em> for a configuration entity, or <em>Translate</em> for simple configuration. (See {{ config_overview_topic }} to learn more about types of configuration and configuration entities.){% endtrans %}</li>
  18. <li>{% trans %}For configuration entities, find the specific entity that you want to translate on the next page, and click <em>Translate</em> under <em>Operations</em>.{% endtrans %}</li>
  19. <li>{% trans %}Enter translations for the translatable text fields for the configuration item, and save.{% endtrans %}</li>
  20. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.