Skip to content

Commit

Permalink
Add I18N to the Google Maps on-screen components
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Apr 11, 2011
1 parent de210ae commit deef2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules_v2/googlemap/googlemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function setup_map() {
}
?>
<!-- V3 ============ -->
<script src="http://maps.google.com/maps/api/js?v=3.2&sensor=false" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?v=3.2&amp;sensor=false&amp;language=<?php echo WT_LOCALE; ?>" type="text/javascript"></script>
<!-- V3 ============ -->
<script type="text/javascript">
var minZoomLevel = <?php echo $GOOGLEMAP_MIN_ZOOM;?>;
Expand Down

0 comments on commit deef2d7

Please sign in to comment.