du4629 2014-04-25 03:16
浏览 46
已采纳

CakePHP:中文翻译错误

My site has three language: russian, english and chinese. I created .pot files with cake console and changed their extension to .po. Then, I put them in Locale/rus, Locale/eng and Locale/chi. Russian and English translations are working perfectly, but Chinese translation are loading Russian .po instead of its own

  • 写回答

1条回答 默认 最新

  • dongqigu0429 2014-04-25 06:07
    关注

    I guess the problem is that chi is the bibliographic alias, you can use it for Config.language, but the folder has to use the terminological name, which is zho.

    The terminological codes (first one per language) should be used if possible.
    They are the ones building the path in /APP/Locale/[code]/
    The bibliographic codes are aliases.

    https://github.com/cakephp/cakephp/blob/2.4.7/lib/Cake/I18n/L10n.php#L83-L85

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部