为什么 Apple 使用不同的文件夹结构来进行包和字符串本地化?

发布于 2024-10-10 05:18:09 字数 149 浏览 4 评论 0 原文

我正在本地化我的应用程序,我发现 Apple 对捆绑包或字符串使用不同的文件夹结构。

谁能告诉我为什么苹果不使用相同的文件夹结构以方便使用?

替代文字

I am localizing my app, I found Apple use different folder structures for bundle or strings.

Can anyone tell me why Apple doesn't use the same folder structures for easy of use?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白首有我共你 2024-10-17 05:18:09

设置包和应用中其他所有内容的本地化文件夹结构相同。

它看起来不同的原因是因为应用程序的设置部分被放在一起称为“捆绑包”的东西中。

右键单击(或按住 Control 单击)Finder 中的 Settings.bundle:

alt text

您将看到一个名为“显示包内容”的菜单选项。

alt text

您应该看到那里的本地化文件夹。

alt text

有关 软件包和捆绑包请参阅 Apple 开发人员文档

The folder structure for localization is the same for the settings bundle and everything else in your app.

The reason why it seems different is because the settings part of an application is put together in something called a "bundle".

Right click (or control click) on the Settings.bundle in Finder:

alt text

You will see a menu option called "Show Package contents".

alt text

You should see the localization folders in there.

alt text

For more information on packages and bundles see the Apple Developer Documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文