yarisrespect/yii2-i18n
最新稳定版本:v1.0
Composer 安装命令:
composer require yarisrespect/yii2-i18n
包简介
Auto generation of language files for Yii 2 framework
关键字:
README 文档
README
This extension is adding all translations into their language files automaticaly.
php composer.phar require yarisrespect/yii2-i18n "dev-master"
Just configure your translation compoent like this:
'i18n' => [
'class' => \yarisrespect\i18n\I18N::className(),
'translations' => [
'app*' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@app/messages',
'fileMap' => [
'app' => 'app.php',
'app/error' => 'error.php',
],
],
],
'autoGenerate' => YII_DEBUG,
],
统计信息
- 总下载量: 148
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-10-16