I want to set up a translated version of the primary links in Japanese using the internationalization module, but I am not exactly sure how to do it. I am using the spreadfirefox theme. Below is the information from the internationalization module install.txt file. It says that I have to edit the config file, but I am not sure what or where that file is. Also, I don't understand what exactly I am supposed to add.
For arguments sake let's say I have 2 primary links "cat" and "dog" linked to www.example.com/en/cat.htm and www.example.com/en/dog.htm and that I want to make the translations "neko" and "inu" pointing to the translated links (replacing "en" with "ja").
Can someone explain to me how to do this?
Thanks.
"The list of variables to be made language dependent must be defined in the config file:
I.e.
$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..