Background of the issue:
I have created a custom plugin for managing products on my website hidden link. This involves a custom post type called products. The main language of the site is Italian, with English as the second language.
Symptoms:
When I navigate to the products archive in English and then switch to Italian, the link incorrectly leads to /it/products instead of /it/prodotti. The singular post name works correctly after WPML configuration, but the plural does not.
Questions:
Is there a way to translate the custom post type so that the plural name is correctly displayed in Italian?
Can WPML be configured to address the issue with the plural post name translation?