What problem does it solve?
This Skill automates the management of iOS/macOS localization translation files (*.xcstrings), ensuring consistency, completeness, and correctness in your app's multilingual support.
Core Features & Use Cases
- Automated Cleanup: Removes outdated translation entries marked as
stale.
- Missing Translation Detection: Identifies keys lacking translations for Simplified Chinese (
zh-Hans) and Traditional Chinese (zh-HK).
- Translation Addition: Adds new translations for specified keys, with automatic conversion from Simplified to Traditional Chinese if needed.
- File Validation: Verifies the JSON format and translation completeness of
.xcstrings files.
- Use Case: When preparing a new release, use this Skill to automatically clean up old translations, check for any missing Chinese translations, and add them before building the app.
Quick Start
Run the batch_process.py script to check all .xcstrings files for missing translations.