Hi,

I have identified a potential issue in the GoogleTranslationApi.php file within the auto_node_translate/src directory. It appears that the source language is consistently set to English ('en') in the options array:

$options = [
    'sourceLanguageCode' => 'en',
];

Comments

falsovsky created an issue. See original summary.

jmauricio’s picture

Assigned: Unassigned » jmauricio
Status: Active » Needs work
kallado’s picture

Yes that should be $languageFrom @jmaurico.

  • jmauricio committed ee25a41a on 1.0.x
    Issue #3418910 by falsovsky, jmauricio, kallado: Google Translation API...
jmauricio’s picture

Assigned: jmauricio » Unassigned
Status: Needs work » Needs review

Pushed to 1.0.x.

Please review

falsovsky’s picture

Status: Needs review » Reviewed & tested by the community
jmauricio’s picture

Status: Reviewed & tested by the community » Fixed
jmauricio’s picture

Status: Fixed » Closed (fixed)