如何本地化 iOS 设置包?

How to localize iOS settings bundle?

我在标题中添加了英文字符串,其他语言呢?还有如何为当前标题自动生成 根字符串 文件?

源头..

Apple/Xcode 开发人员并没有在 Xcode 中真正实现任何东西来自动化这个过程

我们必须使用 Finder 手动创建下一个结构:

Settings.bundle:
    Root.plist
    en.lproj:
        Root.strings
    ru.lproj:
        Root.strings

en.lproj, ru.lproj 文件夹

Root.strings - 文件

p.s。你不会在 Xcode 中看到 Root.strings,你需要在 Finder 并使用 TextEdit

编辑它