Skip to main content

How to import and export translations

Sometimes you want to work with translations outside the app — to hand them to a translator, edit them in a spreadsheet, or keep a backup. Lokalize's Import / Export page lets you export your translations as CSV and import them back in.

This feature is in Beta

Export translations

  1. Open Lokalize → Import / Export and select the Export Translations tab.
  2. Choose a resource type and a language.
  3. Click Export CSV.

Lokalize builds the file as a background job and takes you to the Job Detail page. When it's ready, a Download CSV button appears.

  • The download link expires in 7 days.
  • The file is named translations-YYYY-MM-DD.csv.
Screenshot pending

Export tab with resource type and language selected

Import translations

  1. Open Lokalize → Import / Export and select the Import Translations tab.
  2. Click Download template CSV to get a correctly formatted sample file.
  3. Fill in your translations, then upload the file (.csv, up to 10 MB).
  4. Review the preview — it shows total rows, valid rows, skipped rows, and an estimated word count.
  5. Click Import to start the job. You'll be taken to the Job Detail page to track progress.
Screenshot pending

Import tab showing the validation preview with row counts

CSV format

Your CSV needs these columns:

ColumnNotes
resource_typee.g. PRODUCT
resource_ida Shopify GID, e.g. gid://shopify/Product/123456789
target_localemust be a published or AI-enabled language on your store
keythe field being translated, e.g. title
source_valuethe original text (for reference)
translated_valueyour translation
content_typethe field's content type

A few rules:

  • Only rows with a non-empty translated_value are imported. Rows without a translation are skipped (and counted under "Skipped").
  • resource_id must start with gid://.
  • target_locale must match a language that exists on your store.
  • Save the file as CSV with UTF-8 encoding so non-Latin scripts aren't corrupted.

Import and export cover a wide range of resource types — products, collections, pages, blogs, articles, menus, metafields, metaobjects, shop, email templates, theme locale content, and more.