Background of the issue:
I am trying to translate a custom post type (CPT) base slug on the frontend using WPML with JetEngine integration. The CPT is called industries, and it is registered via JetEngine. In WPML → Settings, the CPT is set as translatable, and I have used 'Set different slugs in different languages' to provide translations: English: /industries/, Slovak: /odvetvia/. The CPT uses static rewrite['slug'] = industries, has_archive = true, and 'Rewrite With Front' has been tested both enabled and disabled. WPML Slug translation option (Translate custom post and taxonomy base slugs) is enabled, and permalinks have been flushed after every change. This issue affects all translated base slugs for JetEngine CPTs. The same issue persists with /services/ which should be /sluzby/. I am following documentation at versteckter Link.
Symptoms:
The translated CPT base slug is not applying on the frontend. Slovak URLs still display the original slug instead of the expected translated version.