Yii框架:多语言支持
我正在使用 yii 框架开发一个网站,需要很多(可能是 3 个)支持 语言。 我在翻译 Yii 框架返回的错误消息时遇到问题。
例如,当用户没有提供正确的登录数据时,我如何翻译 Yii 框架返回的以下错误消息。
提前感谢您的帮助
I am developing a web site using yii framework which need to be supported in many (may be 3)
languages.
I have problem with translating error messages that Yii framework returns.
For example how do i translate following error message which is returned by Yii framework when user does not provide correct data to log in.
Thanks in advance for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Yii 像这样翻译错误消息,
因此您必须创建一个名为“yii”的相应消息目录并在那里更新您的翻译,有关更多详细信息,请参阅 http://www.yiiframework.com/wiki/18/how-to-customize-yii-core-messages/ 和 http://www.yiiframework.com/doc/guide/1.1/en/topics.i18n
Yii translates the error message like this,
So you'd have to create a corresponding message catalogue named 'yii' and update your translations there, for more details see http://www.yiiframework.com/wiki/18/how-to-customize-yii-core-messages/ and http://www.yiiframework.com/doc/guide/1.1/en/topics.i18n