lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

DialogAction does not return the requested translation. #56

Closed moltam closed 8 years ago

moltam commented 8 years ago

As mentioned in #55 the DialogAction is not using the $_POST['language_id'] parameter when loads the translation model (due to removing the language parameter from LanguageSource::getLanguageTranslateByLanguage() ). As a consequence when saving, the wrong language is used, and translations will be overridden.