Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个以旧方式本地化的故事板文件(不使用“基础国际化”):
我通过添加一个新的 ViewController 更改了第一个文件。现在我意识到,这些更改不会影响其他(本地化)故事板文件。
如何一次编辑所有情节提要文件?
你没有。您必须单独更改每个文件。这就是 Apple 创建“Base Internationalization”的原因。
我曾经处理过一个包含 23 个翻译和许多 nib 文件的 OS X 应用程序。以下是基础国际化之前的流程:
这不漂亮。同样,这就是我们有 Base Internationalization 的原因。现在可能是搬家的好时机。