XCode 4.4 .strings 文件添加新的本地化选项不见了

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11662775/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 01:01:40  来源:igfitidea点击:

XCode 4.4 .strings file add new localization option gone

objective-ciosxcodelocalization

提问by Nic Hubbard

Upgraded to Xcode 4.4 today, and when clicking on my strings file and looking in the Utilities window, I no longer see a plus button allowing me to add a new language.

今天升级到 Xcode 4.4,当单击我的字符串文件并查看“实用工具”窗口时,我不再看到允许我添加新语言的加号按钮。

Where has this gone?

这去哪儿了?

回答by borrrden

The +/- was removed starting in Xcode 4.4. The way to add localizations is to go to your project settings pane (The same place where you would change the build settings of your project) and click on your project name under the Projectheading. You can then add localizations in the Localizations section.

+/- 从 Xcode 4.4 开始被移除。添加本地化的方法是转到您的项目设置窗格(您将在同一位置更改项目的构建设置)并单击项目标题下的项目名称。然后,您可以在“本地化”部分添加本地化。

Localization Screenshot

本地化截图