Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 588 Bytes

Localization-Principles.md

File metadata and controls

13 lines (9 loc) · 588 Bytes

Localization Principles

Keys

  • Keys are used in code rather than English strings.
  • All localized strings must have a comment to explain their purpose.

Key Formats

  • For labels that are static and have no associated action: label.text.string-summary.
  • For button labels or items that have have an action associated: button.text.string-summary.
  • For help text that differs from the the label or the action: help.text.string-summary.
  • For App Intents: titles, descriptions, summaries, and parameters follow a format of intent.title.x, intent.description.x, etc.