Automated .xcstrings Localization with Claude Code

A developer built a specialized skill for Claude Code that automates localization of Xcode .xcstrings files. The approach uses five pipeline stages run in order for best results:
Pipeline Stages
- Scan Domain — Analyzes Swift types, enums, imports, and README files to build a glossary of ambiguous terms (e.g., "trip" = driving journey, not vacation).
- Generate Comments — Scans Swift/Storyboard/XIB code for string key usage, then writes context and translator guidance into the
.xcstringsfile. - Localize — Translates strings while preserving correct CLDR plural forms per language and
%@/%lldspecifiers, using domain-accurate terms. - Check Grammar — Reviews translations for spelling, grammar, punctuation, capitalization, and terminology consistency across all languages.
- Fix Plurals — Detects simple strings with
%lld/%dthat need plural forms and converts them to proper CLDR plural variations.
The skill is available as an open-source repository. It builds on an earlier macOS app that localized apps key-by-key, now adapted for AI agent use with Claude Code.
Result
You can add localization for as many languages as needed without manual work or outsourcing. The project welcomes improvement ideas via GitHub issues or pull requests.
Who It's For
iOS/macOS developers managing Xcode localizations and using Claude Code for agent-driven development.
📖 Read the full source: r/ClaudeAI
👀 See Also

PayClaw Launches Sandbox for Payment MCP Server with Virtual Visa Cards
PayClaw has launched a sandbox environment for its payment MCP server, featuring merchant-locked virtual Visa cards with 15-minute expiry, MFA-gated human approval per transaction, and intent declaration before card issuance. Production cards are scheduled for March 4.

Kanwas: Open-source shared context board for teams and AI agents
Kanwas is an open-source multiplayer workspace where teams and AI agents share documents, evidence, and decisions on a canvas with live streaming tool calls. Self-hosted via Docker, it's git-backed with Yjs and BlockNote.
Zillow-Full: An OpenClaw Skill That Turned Manual Property Research Into an Automated Deal Pipeline
A developer built 'zillow-full' on OpenClaw to pull Zestimates, tax history, price history, and comps per property. With a nightly cron scoring listings against deal criteria, wholesale deals went from 2 to 11 per month.

4-layer self-audit system for OpenClaw behavioral evolution
A developer built a 4-layer audit system where Gemini reviews Claude's blind spots weekly, catching patterns Claude missed in self-review. The system includes post-fix verification, pattern mining, external mirroring, and expectation vs reality checks.