app-localization
✓iOS/macOS app localization management for Tuist-based projects with .strings files. Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys, (3) Syncing translations across languages, (4) AI-powered translation from English to other locales, (5) Checking placeholder consistency (%@, %d), (6) Generating localization reports, (7) Updating Swift code to use localized strings instead of hardcoded text.
Installation
SKILL.md
After editing .strings files, run tuist generate to regenerate type-safe accessors.
| Text("Title") | Text( Strings.Section.title) | | Text("Hello, \(name)") | Text( Strings.Section.hello(name)) | | title: "Submit" | title: Strings.Action.submit | | placeholder: "Enter..." | placeholder: Strings.Field.placeholder |
String with parameter (key: "search.noResults" = "No results for \"%@\""):
iOS/macOS app localization management for Tuist-based projects with .strings files. Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys, (3) Syncing translations across languages, (4) AI-powered translation from English to other locales, (5) Checking placeholder consistency (%@, %d), (6) Generating localization reports, (7) Updating Swift code to use localized strings instead of hardcoded text. Source: tddworks/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tddworks/claude-skills --skill app-localization- Source
- tddworks/claude-skills
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is app-localization?
iOS/macOS app localization management for Tuist-based projects with .strings files. Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys, (3) Syncing translations across languages, (4) AI-powered translation from English to other locales, (5) Checking placeholder consistency (%@, %d), (6) Generating localization reports, (7) Updating Swift code to use localized strings instead of hardcoded text. Source: tddworks/claude-skills.
How do I install app-localization?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tddworks/claude-skills --skill app-localization Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tddworks/claude-skills
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-03