Configure
Configure your project's GT settings
Usage
npx gtx-cli configureOverview
The configure command helps you set up your project's GT settings.
It will create a gt.config.json file in the root of your project.
The file will contain the following settings:
defaultLocale: The default locale for your project.locales: An array of supported locales for your project.files: An object that contains information about the content you want to translate.
For more detailed information about the gt.config.json file, please see the config docs.
How is this guide?