Skip to Content
Explore the updated Linguolink documentation experience.
Translation ManagementAdding Translations

Adding Translations

Key Naming

Use dot notation for predictable structure:

auth.login.title auth.login.submit errors.network.timeout

Workflow

  1. Add the key
  2. Add source language value
  3. Add descriptions for translator context
  4. Fill target locales

Validation Rules

  • Keep keys lowercase and dot-separated
  • Avoid ambiguous names like text1 or label2
  • Preserve placeholders such as {name} and {count}

Good Example

auth.login.title auth.login.email_label auth.login.submit_button
Last updated on