I think this module is translatable by defining additional translatable variables:
$conf['i18n_variables'] = array(
// Site configuration
'site_name',
'site_slogan',
'site_mission',
'site_footer',
'anonymous',
// Contact form
'contact_form_information',
);
These works for me.
Comments
Comment #1
manveru commentedI think this module is translatable by defining additional translatable variables:
$conf['i18n_variables'] = array(
// Site configuration
'site_name',
'site_slogan',
'site_mission',
'site_footer',
'anonymous',
// Contact form
'contact_form_information',
);
These works for me.
Comment #2
geodaniel commentedComment #3
piotrsmykaj commentedWhat with categories if contact form has them?
Comment #4
vthirteen commentedadding Contact form information in settings.php is not enough to translate contact form categories:
'contact_form_information'is there any other setting that should be added? any workaround?
btw, is it at all a i18n bug?
Comment #5
R.Hendel commentedThis should work like in #1 described
Comment #6
alexbk66- commentedThe issue is about translating CATEGORIES in admin/build/contact.
Setting 'contact_form_information' as multilang variable allows to translate "Additional Information" string in admin/build/contact/settings.
Any help with the Categories translation?
Comment #7
webflo commentedI thinks its not possible atm. We need to backport i18n_contact to Drupal 6.
Comment #8
alexbk66- commentedDuplicate FIXED here
Comment #9
jose reyero commented