Missing translations
-
Hello,
In this file, lines 160, 232, 367, 399, 400, 475, 492, 662 and 805 should be modified as follow to allow a complete UI translation:
- 160:
'options' => array('mobile' => esc_attr__('Only For Mobile', 'woo-product-filter'), 'desktop' => esc_attr__('Only For Desktop', 'woo-product-filter'), 'both' => esc_attr__('For All Device', 'woo-product-filter')),
- 232:
<i class="fa fa-question woobewoo-tooltip" title="<?php echo esc_attr(sprintf(__('Set number of displayed products. This number will only be shown after filter is applied! You must set the same number as in the basic store settings or in the basic filter <a href="%s" target="_blank">settings</a>.', 'woo-product-filter'), $this->linkSetting)); ?>"></i>
- 367:
<i class="fa fa-question woobewoo-tooltip" title="<?php echo esc_attr( __( 'Do not use shortcut settings on standard WooCommers pages', 'woo-product-filter' ) ); ?>"></i>
- 399:
'0' => esc_attr__('Auto filtering', 'woo-product-filter'),
- 400:
'1' => esc_attr__('Filtering button', 'woo-product-filter')
- 475:
'options' => array('top' => esc_attr__('Top', 'woo-product-filter'), 'bottom' => esc_attr__('Bottom', 'woo-product-filter'), 'both' => esc_attr__('Both', 'woo-product-filter')),
- 492:
'options' => array('left' => esc_attr__('Filter-Clear', 'woo-product-filter'), 'right' => esc_attr__('Clear-Filter', 'woo-product-filter')),
- 662:
'value' => ( isset($this->settings['settings']['text_no_products']) ? $this->settings['settings']['text_no_products'] : esc_attr__('No products found', 'woo-product-filter') ),
- 805:
<i class="fa fa-question woobewoo-tooltip" title="<?php echo esc_attr(__('ATTENTION!!! This option can greatly slow down page loading if you have a lot of products.', 'woo-product-filter')); ?>"></i>
Will be appreciated! ??
The page I need help with: [log in to see the link]
- 160:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Missing translations’ is closed to new replies.