Hello,

In geofield.formatters.inc it is impossible to translate :

$element[$delta] = array('#markup' => t('Latitude: !latitude <br/>Longitude: !longitude' . $microdata, array('!latitude' => $item['lat'], '!longitude' => $item['lon'])));

Because there is a <br />

So I made a patch to split the string. I will upload the patch soon.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grimreaper’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1.24 KB
Grimreaper’s picture

poker10’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.