What problem does it solve?
Provide interactive, context-aware guidance to set up and maintain iOS app localization, reducing mistakes with String Catalogs, pluralization, and variable handling by mapping user needs to focused sections of a reference guide.
Core Features & Use Cases
- Interactive mapping from user scenario (initial setup, adding languages, pluralization, validation) to the exact section of the localization reference.
- Practical guidance for creating and organizing .xcstrings, using String(localized:) patterns, handling pluralization and language-specific rules, and validating translations via pseudolocalization and simulator testing.
- Use case: onboard a new language to an existing app by generating the correct String Catalog structure, explaining comment/context usage, and providing verification steps to test truncation and RTL layouts.
Quick Start
Ask the assistant to "Set up Chinese localization for my iOS app, create the String Catalog, and show pluralization examples for a sample view."