简体   繁体   English

使用iOS的Parse.com登录屏幕i18n

[英]Parse.com Login screen i18n with iOS

I'm trying to internationalize the Parse.com Login screen at an iOS 8 app without success. 我试图在iOS 8应用程序上国际化Parse.com登录屏幕,但没有成功。 I'm following the parse docs , but nothing happens. 我正在关注解析文档 ,但没有任何反应。 I'm providing a sample project with a signup page. 我正在提供一个带有注册页面的示例项目 Take a look at Localizable.strings files to see that the localized text was provided: 查看Localizable.strings文件,以查看是否提供了本地化的文本:

/* 
  Localizable.strings
  ParseI18nSample
*/
"The email address is invalid. Please enter a valid email." = "EN invalid email";
"Please enter a username." = "EN username blank";
"Please enter a password." = "EN password blank";
"Please enter an email." = "EN email blank";

What am I doing wrong? 我究竟做错了什么?

Rename your "Localizable.strings" file to "ParseUI.strings". 将“ Localizable.strings”文件重命名为“ ParseUI.strings”。 The Parse UI will use the i18n from this file. 解析用户界面将使用此文件中的i18n。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM