.stringsdict.
Source file
Save this example aslocales/en-US/messages.stringsdict.
Configure your files
Use thisi18n.yml for the example, or add its file mapping to your existing bucket.
See path templates for other layouts.
Translate
Install the CLI and setOPENAI_API_KEY in your
project’s .env.local or shell. You can also configure another
AI provider.
Behavior and limitations
-
Translatable string leaves become dotted keys such as
items.count.one. Plural category names remain part of the key. -
NSString*fields are structural metadata and are excluded from translation. -
Each
%#@token@must match a sibling substitution dictionary. Writeback preserves XML layout and replaces message text.
Next steps
- Check translations before committing generated files.
- Local translation workflow explains repeat runs.
- Browse all file formats.

