---
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 %}
- {% trans %}In the Manage administrative menu, navigate to Configuration > Region and language > User interface translation > {{ import_link }}.{% endtrans %}
- {% trans %}Browse to find the Translation file you want to import. Select the language and check the desired import options.{% endtrans %}
- {% trans %}Click Import and wait for your file to be imported.{% endtrans %}