woocommerce / woocommerce-subscriptions-custom-price-string

Customize the price displayed to your customers for subscription products (or non-subscription product).
GNU General Public License v3.0
62 stars 11 forks source link

Added wpml-config.xml field to make the custom fields translatable #5

Closed bernattorras closed 5 years ago

bernattorras commented 5 years ago

Description

By default, WPML ignores our custom fields on their translation GUI and customers need to change the translation settings of the plugin (WPML>Settings>Custom Fields Translation) to make them translatable.

Fix

WPML allows developers to specify the translation options of the plugin content (custom fields, taxonomies, post types, etc) using a file named wpml-config.xml. I've added it to the plugin root folder to make the custom_price_string and custom_from_string fields translatable by default with WPML.

Ticket

https://secure.helpscout.net/conversation/781747664/27846/

Issue

Fixes #4