--- label: 'Importing a translation file' related: - core.translations - locale.translation_status - locale.translate_strings --- {% set import_text %}{% trans %}Import{% endtrans %}{% endset %} {% set import_link = render_var(help_route_link(import_text, 'locale.translate_import')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Import a file (.po extension) containing translations for user interface text.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Regional and language > User interface translation > {{ import_link }}.{% endtrans %}
  2. {% trans %}Browse to find the Translation file you want to import. Select the language and check the desired import options.{% endtrans %}
  3. {% trans %}Click Import and wait for your file to be imported.{% endtrans %}