I‘ve tried everything I can to make work, but it fails. I really hate this drupal internationalization!!!
1. I've modified the settings.php
2. I've disable/enabled the i18n module
3. I've modifed the site name, site slogan under each language and saved them.

After, the i18n_variable table in the database is still empty. I can not understand. I am driving crazy. This drupal is really really a wrong boat!!!

Comments

grassdog’s picture

Sorry, I'm too anxious. I am thankfull for the effort made by the developers.
Anyway, this internationalization issue really cause me a lot of trouble. I really really want it can be improved in the next release...

grassdog’s picture

Previously, I did according to http://drupal.org/node/39573
However, there was an error direction in that post, the
$i18n_variables
should be changed to
$conf['i18n_variables']
as defined in http://drupal.org/node/134002.
I also comment out the line about "theme_settings".

Finally its working at:
www.yongcheng.biz

This is done via a lot of digging, debugging into the code. A waste of the time... except I get a better understanding of the drupal kernel....

neo_silkroad’s picture

You need to import the .po file for the language, if you are having the same problem as we did.

We had the same problem (I think), and now it works fine.