Skip to main content

Key Naming

Use dot notation for predictable structure:

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