I'm trying to translate the title of the location map. I added

<?php
$conf['i18n_variables'] = array(
  'locationmap_title',
);?>

to the settings.php file so that it would appear as a multilingual variable, but this didn't work out, neither did the use of the translate interface-option (it's not being found).

Are there other options?

Comments

knalstaaf’s picture

I see t('')-functions in the locationmap.module, but they don't seem to have effect so it seems...

babbage’s picture

I am keen to make this work of course. Will look at it as soon as I can but it'll happen faster if someone can confirm the problem, and figures out what the problem is... I've not had need for internationalization before so will need to familiarize myself with how to set up that system.

ecvandenberg’s picture

Issue summary: View changes

This issue is still open in version 7.x-2.3. The suggested patch in node/2203843 worked for me.

ecvandenberg’s picture

Related issues: +#2203843: drupal_set_title
john franklin’s picture

Status: Active » Closed (duplicate)