devypt / yii2-i18n-mongodb
Yii2 I18n for Mongodb
Package info
github.com/devypt/yii2-i18n-mongodb
Type:yii2-extension
pkg:composer/devypt/yii2-i18n-mongodb
dev-master
2016-03-27 21:09 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-15 02:36:03 UTC
README
This packages is based on "iit/yii2-i18n-mongodb" package
Installation `composer require "devypt/yii2-i18n-mongodb"
"require": { "devypt/yii2-i18n-mongodb": "*" }
##configuration
'i18n' => [ 'translations' => [ 'app' => [ 'class' => 'devypt\i18n\MongoDbMessageSource' ], ], ],
\devypt\i18n\MessageManager::setTranslation('categroy', 'sourceMessage', 'translationMessage', 'language');