- Issue created by @darkjeff
- 🇵🇹Portugal kallado
Doesn'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 whay does it work with MyMemory api? - 🇵🇹Portugal kallado
Looks 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 - 🇵🇹Portugal kallado
for now to avoid the deprecation erros you can update the google/protobuf
just run:
composer update google/protobuf --with-dependencies - Assigned to kallado
- Status changed to Needs review
over 1 year ago 11:22am 18 May 2023 - Status changed to RTBC
over 1 year ago 12:00pm 18 May 2023 - Status changed to Fixed
over 1 year ago 12:11pm 18 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.