lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Extend function for translate data from database #41

Closed imamovic closed 8 years ago

imamovic commented 8 years ago

It will be good to have option for translation data from database to have different categories.

To have option like this:

[
                'connection' => 'db',   // connection identifier
                'table' => '{{%language}}',         // table name
                'columns' => ['name', 'name_ascii'] //names of multilingual fields,
                'category' => 'database-table-name', NEW
]
lajax commented 8 years ago

Thanks! It's a good idea! I will realize it soon.