Configuration file options

Localeum CLI configuration files use the YAML. The localeum.yml file must be in the root of the project.

Example:

api-key: "{your API key}"
directory: "locales"
format: "json"

Format

Possible variants: json, json_nested, arb, csv.

Filename template

This template to create your own filename. Possible replaces:

%lang%

Language

Example: intl_%lang% => intl_en.{ext}

Last updated