码迷,mamicode.com
首页 > 其他好文 > 详细

yii动态配置International(Yii::t())

时间:2018-05-14 10:27:11      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:source   ons   intern   int   sage   span   pat   php   name   

Yii:t()的动态配置

\Yii::$app->i18n->translations[‘categoryName*‘] = [
    ‘class‘ => ‘yii\i18n\PhpMessageSource‘,
    ‘sourceLanguage‘ => ‘zh-CN‘,
    ‘basePath‘ => ‘@categoryName/messages‘,
];

`

yii动态配置International(Yii::t())

标签:source   ons   intern   int   sage   span   pat   php   name   

原文地址:https://www.cnblogs.com/chrdai/p/9034537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!