在应用程序构建中仅包含选定的本地化版本

发布于 2024-12-04 04:04:51 字数 235 浏览 1 评论 0原文

我正在 Xcode 中开发 Mac 应用程序。最终,我计划为英语以外的语言添加一些本地化内容。我已经开始了,现在 Xcode 中已经有了法语和捷克语的本地化。

但是,我还没有准备好这些语言的其他内容,因此,目前我决定仅使用英语本地化将我的应用程序提交到 Mac App Store。

有没有办法告诉 Xcode 在它构建的 .app 中仅包含英文版本?我宁愿不必手动删除/重新添加本地化来实现此目的。

谢谢!

I am working on a Mac App in Xcode. Eventually, I plan to add a few localizations to languages other than English. I have already started, and I now have localizations for French and Czech in Xcode.

However, I don't have a few other things ready in those languages, and therefore, for now, I decided to submit my app to the Mac App Store using only the English localization.

Is there a way to tell Xcode to only include the English version in the .app it builds? I would rather not have to delete / re-add the localizations manually to achieve this.

Thanks!

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

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

发布评论

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

评论(1

挽梦忆笙歌 2024-12-11 04:04:51

我不知道是否有办法使用 Xcode 来做到这一点,但你可以通过使用版本控制系统来简化你的生活。例如,为您不想包含的本地化文件创建一个分支(也可以包含其中列出的 Xcode 项目文件),并且在完成之前不要将其合并到主项目中。

I don't know if there is a way to do that using Xcode but you can simplify your life by playing with version control system. For example, create a branch for your localisation files that you don't want to include (that may as well include Xcode project file as they are listed there), and do not merge it into the main project until it is done.

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