I have 4.6 with the internationalization module. I want the primary links to be language dependant (i.e. switch when you switch the languages). I am using spreadfirefox which has the phptemplate. I followed the directions in the internationalization module which says to add this code to the settings.php file.
$i18n_variables = array(
// Site configuration
'site_name',
'site_slogan',
'site_mission',
'site_footer',
'anonymous',
// Node help
'blog_help',
'story_help',
// User configuration
'user_registration_help',
'user_mail_welcome_subject',
'user_mail_welcome_body',
'user_mail_approval_subject',
'user_mail_approval_body',
'user_mail_pass_subject',
'user_mail_pass_body',
// Theme settings: primary and secondary links, logo, etc..
'theme_settings',
// These are for PHPtemplate
'phptemplate_primary_links',
'phptemplate_primary_links_more',
'phptemplate_secondary_links',
'phptemplate_secondary_links_more',
);
It didn't work so I posted that I had a problem here:
http://drupal.org/node/60487
The person who made the module said I was using the variables from 4.7 not 4.6 (which is funny cause he make the install.txt file)
he said to add this:
/**