I use extension:Translate 2016.01 and MediaWiki 1.26.2 and set $wgPageLanguageUseDB=true;
. My wiki is in German ($wgLanguageCode=de;
) and I saved a page in Russian, then I changed page language via special page of page information to Russian and so far everything appears OK. But after processing the page into the translation system the translation system regards the page still as being German an not Russian although page information reports the page to be Russian. Somewhere seems a bug to me.
Does extension:translate takes into account a different page language (when enabled via $wgPageLanguageUseDB
)? Or has it any effect to the translation system? I perceive no effect whatsoever except that the page info lists it as a different language.
What can I do to force the translation system to take the page language into account?