Skip to content

Managing projects

A project represents your product. You create a project for each product you are developing. In a project you manage groups, entries, and their translations.

You can invite other users and assign roles so the team can work together.

On the dashboard you see all projects you own or collaborate on.

If someone invites you, an invitation box appears so you can accept or decline.

The dashboard also shows plan usage (projects, members, API requests).

Go to the dashboard (the first page after signing in) and click Create project.

You need:

  • Name — a readable project name (3–32 characters)
  • Base language — the main language of the product (fallback language)
  • Translation languages — target languages for translations

Language values use locale codes such as en-US or de-DE.

After confirming, you land on the project page. From there you can create groups and download a ZIP export of the project.

Project page with groups list and action bar

On the project page, open Project settings.

There you can change:

  • Project name
  • Base language
  • Translation languages
  • Members and roles

Click the property you want to change to open the matching dialog.

Project settings with properties, members, and danger zone

In project settings, use the members section to:

  • Invite member by email and choose a role (Admin, Editor, Translator, or Viewer — depending on your permissions)
  • Change a member’s role
  • Remove a member

Roles in short:

RoleTypical access
OwnerFull control, including delete and transfer
AdminManage project and members (with limits)
EditorEdit groups and entries, and translate
TranslatorTranslate only
ViewerRead only

Plan member limits apply. If a project is over the member quota, some members may become read-only.

Only the current owner can transfer ownership.

  1. Open Project settings.
  2. In the danger zone, click Transfer ownership.
  3. Choose another confirmed member of the project.
  4. Confirm the transfer.

After the transfer, you remain a member unless you leave; the new owner has full ownership rights.

Non-owners can leave from project settings (Leave project). Owners must transfer ownership or delete the project first.

In project settings, use Delete project in the danger zone.

Only the owner can delete a project. Deletion removes all groups, entries, and translations in that project.

This action is not reversible.

On the project page you can Download ZIP. The archive contains structured translation data (translations.json and data.json) for backup or custom tooling.

For framework-specific exports (vue-i18n, i18next, Flutter, JSON), use the CLI or the REST API.