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
Comment #1
knalstaaf commentedI see t('')-functions in the locationmap.module, but they don't seem to have effect so it seems...
Comment #2
babbage commentedI 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.
Comment #3
ecvandenberg commentedThis issue is still open in version 7.x-2.3. The suggested patch in node/2203843 worked for me.
Comment #4
ecvandenberg commentedComment #5
john franklin commentedDuplicate of #1065848: Multilingual support.