如何用标签修复wpml?

时间:2016-10-18 09:57:42

标签: wordpress

我的问题是如何在Wordpress插件中翻译标签?

// single product page message
array(
    'title'    => __( 'Single Product Page Message', 'woocommerce-points-and-rewards' ),
    'desc_tip' => __( 'Add an optional message to the single product page below the price. Customize the message using {points} and {points_label}. Limited HTML is allowed. Leave blank to disable.', 'woocommerce-points-and-rewards' ),
    'id'       => 'wc_points_rewards_single_product_message',
    'css'      => 'min-width: 400px;',
    'default'  => sprintf( __( 'Purchase this product now and earn %s!', 'woocommerce-points-and-rewards' ), '<strong>{points}</strong> {points_label}' ),
    'type'     => 'textarea',
),

这是Adminpanel中的标签,但如何使用wpml修复它?因为wpml没有得到那些信息。

0 个答案:

没有答案