Usage

Initialization

Run the command in the root directory of your application.

$ cd /path/to/project
$ localeum-cli init

Follow a few steps to create a config file.

Enter the API key for your project: 

Your API key can be found on the project settings page (https://app.localeum.com/projects/{YOUR_PROJECT}/settings)

Enter the path to the directory for the localization files:

The directory where the localization files will be saved, for example locales

Enter the file format for export (json, csv, yaml): 

If you did everything correctly, you will see the inscription.

Success! You finished initializing your application!

The config file localeum.yml should appear at the root of your project.

Last updated

Was this helpful?