·ios-localization
</>

ios-localization

在 iOS/macOS 应用程序中实施、审查或改进本地化和国际化 - 字符串目录 (.xcstrings)、LocalizedStringKey、LocalizedStringResource、复数、数字/日期/测量的 FormatStyle、从右到左布局、动态类型和区域设置感知格式。在添加多语言支持、设置字符串目录、处理复数形式、针对不同区域设置格式化日期/数字/货币、测试本地化或使 UI 在阿拉伯语和希伯来语等 RTL 语言中正常工作时使用。

82安装·17热度·@dpearson2699

安装

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

如何安装 ios-localization

通过命令行快速安装 ios-localization AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-localization
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dpearson2699/swift-ios-skills。

SKILL.md

查看原文

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.

Xcode adds discovered keys to the String Catalog automatically. Mark translations as Needs Review, Translated, or Stale in the editor.

在 iOS/macOS 应用程序中实施、审查或改进本地化和国际化 - 字符串目录 (.xcstrings)、LocalizedStringKey、LocalizedStringResource、复数、数字/日期/测量的 FormatStyle、从右到左布局、动态类型和区域设置感知格式。在添加多语言支持、设置字符串目录、处理复数形式、针对不同区域设置格式化日期/数字/货币、测试本地化或使 UI 在阿拉伯语和希伯来语等 RTL 语言中正常工作时使用。 来源:dpearson2699/swift-ios-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-localization
分类
</>开发工具
认证
收录时间
2026-03-08
更新时间
2026-03-10

Browse more skills from dpearson2699/swift-ios-skills

快速解答

什么是 ios-localization?

在 iOS/macOS 应用程序中实施、审查或改进本地化和国际化 - 字符串目录 (.xcstrings)、LocalizedStringKey、LocalizedStringResource、复数、数字/日期/测量的 FormatStyle、从右到左布局、动态类型和区域设置感知格式。在添加多语言支持、设置字符串目录、处理复数形式、针对不同区域设置格式化日期/数字/货币、测试本地化或使 UI 在阿拉伯语和希伯来语等 RTL 语言中正常工作时使用。 来源:dpearson2699/swift-ios-skills。

如何安装 ios-localization?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-localization 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dpearson2699/swift-ios-skills