Creating Projects
Projects are the top-level boundary for translation data.
Before You Create
- Decide project scope (product, platform, or domain)
- Select one source language that stays stable
- Define a naming convention for translation keys
Recommended Setup Steps
- Create project with clear name and description
- Set source language and target locales
- Add initial key namespaces (
auth.*,errors.*,dashboard.*) - Invite contributors with minimum required permissions
Best Practices
- Create one project per product/application surface
- Keep project names explicit and stable
- Define source language once and avoid changing it later
Suggested Project Model
- Mobile app
- Web dashboard
- Marketing site
Continue with Project Settings.
Last updated on