--- label: 'Translating configuration' related: - core.config_overview - core.translations - language.add --- {% set config_translation = render_var(url('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')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Translate your site configuration to another language. See {{ language_add_topic }} if you need to add a new language.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Regional and language > Configuration translation.{% endtrans %}
  2. {% trans %}Find either the configuration entity type or the simple configuration item that you want to translate in the Label column of the list. Click List under Operations for a configuration entity, or Translate for simple configuration. (See {{ config_overview_topic }} to learn more about types of configuration and configuration entities.){% endtrans %}
  3. {% trans %}For configuration entities, find the specific entity that you want to translate on the next page, and click Translate under Operations.{% endtrans %}
  4. {% trans %}Enter translations for the translatable text fields for the configuration item, and save.{% endtrans %}