本地化选项卡中没有语言 (tuk) 支持,xcode 4 的下拉列表
我想用 3 种语言本地化我的应用程序:英语、俄语和 xcode 本地化下拉列表中没有的语言。那么,我该如何添加不在 xcode 列表中的语言的本地化呢?
I want to localize my app in 3 languages: english, russian and the one that is not in the xcode localization drop-down list. So, what can i do to add the localization of the language that is not in the xcode list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道为时已晚,但认为这会对某人有所帮助。
我刚刚在项目文件夹中自己创建了一个文件夹,命名为 tk.lproj。之后,我在下拉列表中找到了tk(土库曼语)语言。似乎 Xcode 通过扫描项目文件夹自动检测可用的本地化。但我想知道为什么它会隐藏它们,直到您为其创建本地化目录。
I know it's too late, but thought it would help somebody.
I just created a folder by myself in the project folder, called it tk.lproj. After that, i found that tk (turkmen) language in the drop-down list. Seems like Xcode automatically detects available localizations by scanning the project folder. But i wonder why it hides them out until you create a localization directory for it.