Ce sujet est résolu. Voici une description du problème et de la solution.
Problem:
The customer is experiencing issues with automatic translation in WPML. The translations for products and pages are not being processed, and there are no error messages displayed.
TM always showing 12 pending translations
and ACF labels are displaying under TM Solution: For ACF labels :
/**
* Filters out the ACF Field Group Labels packages in the WPML Translation Dashboard.
*
* @see https://wpml.org/de/forums/topic/field-group-labels-in-uebersetzungsliste-aber-nicht-uebersetzbar/
* @see https://onthegosystems.myjetbrains.com/youtrack/issue/acfml-765
*/
add_filter( 'wpml_tm_dashboard_documents', function( $documents ) {
return array_filter( $documents, function( $doc ) {
return $doc->translation_element_type !== 'package_acf-field-group';
} );
} );
For Automatic translation :
At present, WPML’s automatic string translation feature only works for content that matches the default language of the website. If you attempt to use the Translate Everything Automatically mode or send strings for automatic translation that do not match the default language, they will instead be added to the Translations Queue.
For 12 ghost pending translation :
This is a known issue that should be fixed in WPML 4.6.5 version
Il s'agit du forum d'assistance technique de WPML, le plug-in multilingue pour WordPress.
Il est accessible à tous, toutefois seuls les clients de WPML peuvent y publier leurs messages. L'équipe du WPML répond sur le forum 6 jours par semaine, 22 heures par jour.
I was trying to download a copy of your site so that we can do some tests locally regarding the "ghost" pending translations using Duplicator.
However I go this error : This server cannot complete the build due to host setup constraints, see the error message for more details.
If the error details are not specific consider the options below by clicking each section.
So either your server didn't have enough resources to finish the creation of the package or your it is denying the creation of the package.
Could you please check with your hosting provider and see if you can send us a full copy of your site?
Hi,
So the problem coming from Duplicator and not the hosting ...
We succeed to make the copy with WordPress Migration, here you will find the link to download it : lien caché
As part of our support policy, we recommend having one request per ticket, it would be better if we open a new ticket under our support forum as this is a separate request.