我的本地化哪里出了问题?

发布于 2024-11-30 12:34:02 字数 607 浏览 0 评论 0原文

我有一个 plist 文件,其中包含大量数组、字典、包含字符串数组的字典等。

我执行以下步骤:

  1. clean poject

  2. reset Simulator

  3. 运行应用程序,一切正常

  4. 我将西班牙语本地化添加到plist文件中,从而产生两个相同的plist文件,因为我还没有进行任何更改

  5. 清理项目

  6. 重置模拟器

  7. 运行应用程序,事情出错了!

首先,工具栏的颜色如下所示:

  [self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:0.745f green:0.176f blue:0.306f alpha:1]];

现在是黑色的吗?

我还设置了 Three20 启动器视图,现在没有可见的按钮?

我很茫然,因为我所做的只是创建了 plist 的本地化版本,但尚未对其进行任何更改......那么我做错了什么?

谢谢

I have a plist file that contains numerous arrays, dictionaries, dictionaries that contain arrays of strings etc.

I perform the following steps:

  1. clean poject

  2. reset simulator

  3. run app and all works fine

  4. I add a Spanish localization to the plist file resulting in two identical plist files as I have not made any changes yet

  5. clean project

  6. reset simulator

  7. run app and things go wrong!

For a start off the toolbar that gets its colour like this:

  [self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:0.745f green:0.176f blue:0.306f alpha:1]];

is now black?

I also have three20 launcher view in place that now has no buttons visible?

Im at a loss as all I have done is create a localized version of the plist but as yet made no changes in it......so what am I doing wrong?

thanks

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

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

发布评论

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

评论(1

墟烟 2024-12-07 12:34:02

您可以本地化plist,刚刚找到这个链接:

http://www.noorselijster19。 com/2011/02/ios/localized-plist/

使用该示例,我复制了 plist 中的结构并获得了所需的结果。

所以 plist 文件的较大内容中有一些东西是错误的......

You can localize plists, just found this link:

http://www.noorselijster19.com/2011/02/ios/localized-plist/

Using that example I replicated the structure in my plist and go a desired result.

So something is amis in the larger content of the plist file.....

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