What problem does it solve?
This Skill automates the complex and time-consuming process of managing localization files (.strings) for iOS and macOS applications built with Tuist, ensuring consistency and reducing errors.
Core Features & Use Cases
- Key Management: Add new translation keys across all supported languages.
- Validation: Detect missing keys, duplicate keys, and placeholder mismatches in .strings files.
- Translation Syncing: Identify and report missing translations between languages.
- AI-Assisted Translation: Translate English strings to other locales, preserving placeholders.
- Code Integration: Update Swift code to use generated type-safe localization accessors.
- Use Case: You've added a new feature to your app and need to add new strings for French, Spanish, and German. This Skill helps you add the keys, validate them, and even provides AI-powered translations for the new content.
Quick Start
Use the app-localization skill to add a new translation key named "newFeature.title" with the English value "New Feature" to all .strings files in the "MyApp" module.