bariew/yii2-i18n-cms-module
Composer 安装命令:
composer require bariew/yii2-i18n-cms-module
包简介
CRUD module for translations
README 文档
README
Module or managing site translation messages from admin area.
USAGE:
- add to your config file into 'components'
'i18n' => [
'translations' => [
'*' => [
'class' => 'yii\i18n\DbMessageSource',
],
],
],
- Copy migration file from this module 'migrations' folder into your app 'migrations' folder and run in console
./yii migrate
- copy i18n.php.example to your config folder i18n.php file and run in console
./yii message config/i18n.php
Now you have all your app translations in your backend under '/i18n/message/index' url.
统计信息
- 总下载量: 304
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-07-15