devypt/yii2-i18n-mongodb

Yii2 I18n for Mongodb

安装: 188

依赖: 0

建议者: 0

安全性: 0

星标: 2

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-03-27 21:09 UTC

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');