Skip to main content
Back to registry

ios-localization

dpearson2699/swift-ios-skills

Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start.

Installs206
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-localization
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start. String Catalogs replaced .strings and .stringsdict files starting in Xcode 15 / iOS 17. They unify all localizable strings, pluralization rules, and device variations into a single JSON-based file with a visual editor. Why String Catalogs exist: How automatic extraction works: Xcode scans for these patterns on each build: Xcode adds discovered keys to the String Catalog automatically. Mark translations as Needs Review, Translated, or Stale in the editor. For detailed String Catalog workflows, migration, and testing strategies, see references/string-catalogs.md .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ios-localization do?

Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start.

Is ios-localization good?

ios-localization does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ios-localization work with?

ios-localization currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to ios-localization?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ios-localization?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-localization

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering