2017 © Pedro Peláez
 

yii2-extension yii2-i18n-mongodb

Yii2 I18n for Mongodb

image

devypt/yii2-i18n-mongodb

Yii2 I18n for Mongodb

  • Sunday, March 27, 2016
  • by tajawalcom
  • Repository
  • 1 Watchers
  • 2 Stars
  • 185 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 I18N Mongodb

This packages is based on "iit/yii2-i18n-mongodb" package, (*1)

Installation `composer require "devypt/yii2-i18n-mongodb", (*2)


"require": { "devypt/yii2-i18n-mongodb": "*" }

configuration


'i18n' => [ 'translations' => [ 'app' => [ 'class' => 'devypt\i18n\MongoDbMessageSource' ], ], ],

\devypt\i18n\MessageManager::setTranslation('categroy', 'sourceMessage', 'translationMessage', 'language');

The Versions

27/03 2016

dev-master

9999999-dev

Yii2 I18n for Mongodb

  Sources   Download

MIT

The Requires

 

by devypt