Title: Translation Problem Solved
Last modified: August 31, 2020

---

# Translation Problem Solved

 *  Resolved [basile67](https://wordpress.org/support/users/basile67/)
 * (@basile67)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/translation-problem-solved/)
 * Hi,
    I use your plugin with Greek language but the ‘Option Total’, ‘Total’, ‘
   Product Price’, ‘Totla Discount’, ‘Discount Price’ and ‘Discount Fee’ was not
   translated with Loco Translate plugin. So after I investigated your code I found
   the following solution.
 * In file /inc/arrays.php change the code from line 933 – 938 with the code below:
 *  $ppom_label_discount_price = ppom_get_option(‘ppom_label_discount_price’, __(‘
   Discount Price’, ‘ppom’ ));
    $ppom_label_product_price = ppom_get_option(‘ppom_label_product_price’,
   __( ‘Product Price’, ‘ppom’ )); $ppom_label_option_total = ppom_get_option(‘ppom_label_option_total’,
   __( ‘Option Total’, ‘ppom’ )); $ppom_label_fixed_fee = ppom_get_option(‘ppom_label_fixed_fee’,
   __( ‘Fixed Fee’, ‘ppom’ )); $ppom_label_total_discount = ppom_get_option(‘ppom_label_total_discount’,
   __( ‘Total Discount’, ‘ppom’ )); $ppom_label_total = ppom_get_option(‘ppom_label_total’,
   __( ‘Total’, ‘ppom’ ));
 * This solved the translation problem. Please include this in your next update.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/translation-problem-solved/#post-13345155)
 * Hi [@basile67](https://wordpress.org/support/users/basile67/),
 * Thanks for the suggestion, we have added this 🙂
 *  [Ampersand Factory](https://wordpress.org/support/users/ampersandfactory/)
 * (@ampersandfactory)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/translation-problem-solved/#post-13509787)
 * Hi,
 * I am using version 20.5 and this problem still persists.
 * Best regards.
 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/translation-problem-solved/#post-13513173)
 * Hi [@ampersandfactory](https://wordpress.org/support/users/ampersandfactory/),
 * Sorry, actaully it as missed in 20.5, but we added in coming version 20.6, It
   will be released soon.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Translation Problem Solved’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-addon/assets/icon-256x256.gif?rev=3186763)
 * [PPOM - Product Addons & Custom Fields for WooCommerce](https://wordpress.org/plugins/woocommerce-product-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-addon/reviews/)

## Tags

 * [LocoTranslate](https://wordpress.org/support/topic-tag/locotranslate/)

 * 3 replies
 * 3 participants
 * Last reply from: [N-Media](https://wordpress.org/support/users/nmedia/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/translation-problem-solved/#post-13513173)
 * Status: resolved