devypt / yii2-i18n-mongodb
Yii2 I18n for Mongodb
dev-master
2016-03-27 21:09 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-28 18:10:45 UTC
README
此包基于 "iit/yii2-i18n-mongodb" 包
安装 `composer require "devypt/yii2-i18n-mongodb"`
"require": { "devypt/yii2-i18n-mongodb": "*" }
##配置
'i18n' => [ 'translations' => [ 'app' => [ 'class' => 'devypt\i18n\MongoDbMessageSource' ], ], ],
\devypt\i18n\MessageManager::setTranslation('categroy', 'sourceMessage', 'translationMessage', 'language');