lokalise_create_project
Create a new localization project in Lokalise to manage translations for apps or services. Specify project name, description, base language, and initial languages to begin organizing translation workflows.
Instructions
Initializes a new localization project for an app or service. Required: name. Optional: description, base_lang_iso (default 'en'). Use when starting localization for new products or creating test environments. Returns: Project ID and access details. Next steps: Add languages, upload keys, invite team members.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project to create | |
| description | No | Optional description for the project | |
| base_lang_iso | No | Base language ISO code (default: 'en') | en |
| languages | No | Initial project languages. If provided, should include base_lang_iso when base language is not 'en' |