Good evening Everyone.
My drupal terms are translating nicely, but my node content remains the same.
I am desiring to create a french/english cite. Right now everything appears to be working. I have the french. po installed, and no error messages... it's just that when I use the translation tab off my content administrative option to translate a node, a french translation is created, but the text itself remains in English.
I am wondering if I need to do something with my settings.php file as specified in the install.txt file.. namely:
$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',
);
These are only the suggested ones, but you can add as many Drupal variables as you want to the array.