Closed (fixed)
Project:
Auto Node Translate
Version:
2.1.6
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 May 2023 at 01:28 UTC
Updated:
1 Jun 2023 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kallado commentedDoesn't look like you did but you are getting an error on the translation wich means you probably don't have the configuration correct.
I'm kind of on a schedule right now but i'll get to this as soon as possible.
By the way does it work with MyMemory api?
Comment #3
kallado commentedLooks like the messages are related to deprecated funtions in Google\Protobuf soo your configuration might be ok.
If i fix the the error in the api
\Drupal::messenger()->addError($this->t('Error @code: @message'
->
\Drupal::messenger()->addError(t('Error @code: @message'
The node is translated.
I'll release a patch as son as i can
Comment #4
kallado commentedfor now to avoid the deprecation erros you can update the google/protobuf
just run:
composer update google/protobuf --with-dependencies
Comment #5
kallado commentedComment #6
kallado commentedPatch availabel can you test it?
Comment #7
kallado commentedComment #8
kallado commentedComment #10
jmauricio commentedPatch solved the issue.
Comment #11
kallado commentedComment #12
kallado commentedFixed in 2.1.7
Comment #13
kallado commented