You can find your language here: https://translate.ww.wp.xz.cn/projects/wp-plugins/map-location-picker-at-checkout-for-woocommerce/
And get a list of all the strings and start translating 🙂 That way you’ll help all users who speak the same language as you instead of just your site
Thread Starter
Arsalan
(@sam3000us)
Thank you! It was already there (Arabic), however it didn’t work until I used Loco and changed the template directory.
Beside, I still need to translate the button “Detect current location”, how to do it please?
@sam3000us Sorry that specific bit of text doesn’t seem to be translatable currently, I’ll fix it in the next version.
For now you can change it using a filter.
function lpac_override_find_location_btn_text(){
return "Custom Button Text";
}
add_filter('lpac_find_location_btn_text', 'lpac_override_find_location_btn_text');