Translation of 'price' in widget (patch)
-
Hi,
I’d like you to add ability to correctly translate max & min price in widget. It’s widgets/widget-price-filter.php, 74, 75. Corrected version:
$html .= '<p>' . __('Min Price: ','wcapf') . ' <span class="wcapf-slider-value" id="wcapf-noui-slider-value-min"></span></p>'; $html .= '<p> ' . __('Max Price: ', 'wcapf') . ' <span class="wcapf-slider-value" id="wcapf-noui-slider-value-max"></span></p>';
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Translation of 'price' in widget (patch)’ is closed to new replies.