Localeum
Home
Dashboard
Search…
What is Localeum?
CLI tool
Install
Usage
Pull
Configuration file options
Powered By
GitBook
Usage
Initialization
Run the command in the root directory of your application.
1
$ cd /path/to/project
2
$ localeum-cli init
Copied!
Follow a few steps to create a config file.
1
Enter the API key for your project:
Copied!
Your API key can be found on the project settings page (https://app.localeum.com/projects/
{YOUR_PROJECT}
/settings)
1
Enter the path to the directory for the localization files:
Copied!
The directory where the localization files will be saved, for example
locales
1
Enter the file format for export (json, csv, yaml):
Copied!
If you did everything correctly, you will see the inscription.
1
Success! You finished initializing your application!
Copied!
The config file
localeum.yml
should appear at the root of your project.
CLI tool - Previous
Install
Next
Pull
Last modified
1yr ago
Copy link