Localeum
Home
Dashboard
Search…
What is Localeum?
CLI tool
Install
Usage
Configuration file options
Powered By
GitBook
Configuration file options
Localeum CLI configuration files use the YAML. The
localeum.yml
file must be in the root of the project.
Example:
1
api-key
:
"{your API key}"
2
directory
:
"locales"
3
format
:
"json"
Copied!
Option
Default
Required
api-key
null
Yes
directory
null
Yes
format
null
Yes
filename-template
%lang%
No
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}
Previous
Pull
Last modified
1yr ago
Copy link