>我检查了“使用基础国际化”复选框,然后xcode对我的文件做了一些事情.
>我继续添加第二个本地化
> Xcode告诉我它无法创建一些.plist,因为它已经存在.
>我最终得到了两个故事板(“Base”和“English”组合在一起),这非常奇怪,因为文档清楚地说我只需要处理一组故事板(当使用基础交互化时)和其他语言将是字符串文件:
Base internationalization,a feature introduced in Xcode 4.5,relieves localizers (that is,translators) of the need to modify storyboards and nib files for each language an app supports. Instead,an app has just one set of storyboards or nib files that is localized to the default language; these storyboards and nibs are called the base internationalization. When you add a localization to an app,Xcode generates a strings file for all the text that each storyboard or nib file displays or includes as an accessibility label or hint. Xcode gives the file the name of the storyboard and the extension strings. So if you have a storyboard named MyStoryboard.storyboard,the generated strings file is named MyStoryboard.strings.
>我删除了我新创建的本地化(英语),因为这不是我的预期
>现在所有的故事板都消失了,尽管我只删除了一个本地化
我现在在我的垃圾箱里有两个故事板(一个叫“storyboard.storyboard”,一个名为storyboardsome numbers.storyboard),但我不知道1)我应该使用哪一个,2)它应该在某种子文件夹中既然我检查了“基础国际化”选项呢?那些.plists怎么样?我在this page上阅读了一些内容,但它告诉我点击哪里比告诉我不同文件的目的做得更好,所以我不知道如何正确地反转这个
更新:
现在,当我重新启动xcode时它看起来像这样:
我不知道从哪里开始……