I did install active translation successfully.
In the modules it is enabled.
In the blocks, set it to have language switch in the right column.
Nothing appears anywhere...
I have no option for translating any item...
What could be wrong?
I want to create a multilingual site, English, German, French, I want to create one menu tree only and translate the content of pages and menu items.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | active_translation_262803.patch | 5.38 KB | drewish |
Comments
Comment #1
drewish commentedI'm not sure I follow the part about the menu items... are they set for each node? Or are they listing pages?
One thing you might try is rebuilding the active translation table (there's a button to do this on admin/settings/active_translation) there seems to be a bug that is preventing it from being built correctly at the time of installation.
Comment #2
drewish commentedI think I tracked this down. The table wasn't being built correctly at install time because the schema was cached incorrectly an drupal_write_record() was failing. Moving the schema creation/deletion into hook_enable() and hook_disable() rather than hook_install() hook_uninstall().
committed the attached to HEAD.
Comment #3
drewish commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.