I am trying to complete translating my site into Chinese. We have installed the drupal 6 Chinese translation file by untaring the .po files. The basic Chinese that is in this package shows up but the custom strings we translated I cannot get to work. We are using the following modules:
Block translation 6.x-1.0
Content type translation 6.x-1.0
Internationalization 6.x-1.0
Menu translation 6.x-1.0
Profile translation 6.x-1.0
Registration language 6.x-1.5
String translation 6.x-1.0
Synchronize translations 6.x-1.0
Taxonomy translation 6.x-1.0
Localization client 6.x-1.6
Translation helpers 6.x-1.x-dev
Locale 6.10
I thought the process for this would be like the following:
# Go to admin/build/translate/export and export each translation from Built-in interface to Taxonomy downloading to desktop
# Open files in poedit and translate each string then save
# Go to admin/build/translate/import and for each .po file choose the text group and file importing with "Existing strings are kept, only new strings are added"
# Then clear the cache to make sure all blocks such are updated with translated strings.
When I do this procedure I do not get updated strings.