File Formats

We work on extending the list of formats supported. If you need a format and can't find it here send us an email.

In the UI, based on your filter you can export the individual files or multiple files (via zip or "all" format):

  • "all" format or zip

    To export a "all" format or zip file for the whole project, be sure to not select any language or namespace in the filter:

JSON nested

Will import / export in JSON format nesting keys separated by .:

{
  "appName": "locize.com - localization as a service",
  "label": {
    "cancel": "cancel",
    "save": "save"
  }
}

JSON flatten

Will import / export in JSON format flat ignoring . separation:

CSV and XLSX

Exports reference language and target language in one file. This format is also supported for imports and is an option to send translations to freelancers not supporting other formats.

For optimal import reuse the previously exported files including added translations.

On import make sure the first line contains the same language codes you have in created locize.

yaml

Yaml is a alternative format to json.

xliff 1.2

Well known translation exchange format.

On import try to make sure you have only 1 file tag within the xliff file. And also make sure the original attribute value corresponds to your namespace name.

xliff 2.0

Well known translation exchange format. Used format on iOS.

On import try to make sure you have only 1 file tag within the xliff file. And also make sure the original attribute value corresponds to your namespace name.

Android resource string

Format used on Android.

Strings resources

Format used for example for OS X and iOS.

Gettext po files

Gettext standard format.

TMX

Used mostly as translation memory file.

resx Files (.net)

Localization files used in .net framework

Fluent

Mozilla's translation format https://projectfluent.org/

Laravel

PHP Laravel's translation format https://laravel.com/docs/localization

.properties

(Java) .properties files https://en.wikipedia.org/wiki/.properties

Last updated