lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

a few questions #55

Open hapcoun opened 8 years ago

hapcoun commented 8 years ago

Hi, i encontered a few problems while using of translate-manager 1 - "lajax\translatemanager\controllers\actions\DialigAction" return "LanguageTranslate" object in first available language instead $_POST['language_id']. The consequence of that is not correctly saved translation. 2 - the "Source language" default value does not match language used in "Source" column of gridview in first page load 3 - How about to use a category in lajax.t like Yii::t? Why you use fixed 'Javascript'? 4 - How about to use custom category for translateBehavior? Not only DATABASE and tableName. Can be improved in _getCategory method of ScannerDatabase class. 5 - also why is the dialog box is not done at the bootstrap thanks