🚀 功能建议:采用 Xcode 15 引入的 String Catalog 进行本地化 #176
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
fixed in next release
The issue will be closed once next release is available
请先确认以下事项
功能描述
Xcode 15 加入了新的本地化方式 String Catalog,每次 build 的时候都可以自动检索代码中的字符串然后自动添加到 catalog 里,无需手动添加 string,只需要在不需要翻译的字符串加 comment 说明无需翻译


使用场景(可选)
在 Xcode 15+ 进行开发时让 Xcode 自动同步本地化字符串
实现方案(可选)
从 Localizable.string/Localizable.stringdict 迁移到 String Catalog
Developer Doc
WWDC Video session
是否愿意提交 PR 实现该功能
The text was updated successfully, but these errors were encountered: