Skip to main content
Entri supports ten localization file formats covering web, mobile, and desktop platforms. You configure the format per file pattern in your .nt3.yml file.

Format overview

Format examples

Flat key-value JSON. All keys live at the root level of the object.
Recommended for simple projects or tools that don’t support nested keys.

Configuring formats in .nt3.yml

Specify the format for each file pattern using the format key:
The {lang} placeholder is replaced with the language code (e.g., en, fr, de) when reading and writing files.

Multiple patterns

You can mix formats within the same project by listing multiple patterns:
Each pattern maps to a separate namespace in Entri, allowing you to manage files by feature or team independently.

Platform recommendations