Hi Stephen
I love your plugin, though found a small thing that I fixed, but should probably get to the core :
its very easy to localize the google-maps (front-end and back-end – I found 2 locations) by replacing the
in /includes/event-organiser-register.php
wp_register_script( ‘eo_GoogleMap’, ‘http://maps.googleapis.com/maps/api/js?sensor=true&language=user-lang‘);
( user-lang should be replaced by the language 2 letter format – en/he/ru/it etc’ )
in /js/frontend.js
script.src = “http://maps.googleapis.com/maps/api/js?sensor=false&language=user-lang&callback=eo_load_map”;
Thanks
Tzvook

Tzvook
Thanks Tzvook!
I’ve started a ticket for this feature: https://github.com/stephenharris/Event-Organiser/issues/26. Seems fairly simple to fix so you can expect it in 1.7!

Stephen Harris
I 4got to mention it needs to be done also at : js/frontend.min.js

Tzvook
Yup, before releasing it, I’ll compress all scripts so frontend.min.js
is will be updated. Cheers though 🙂

Stephen Harris