lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

In DialogAction load the correct translation. #57

Closed moltam closed 8 years ago

moltam commented 8 years ago

Fixes #56.

I decided to load the translation in the action, because LanguageTranslate::getLanguageTranslateByIdAndLanguageId() and LanguageSource::getLanguageTranslateByLanguage() is deprecated.

lajax commented 8 years ago

Thanks!