i am trying to get into the drupal 6 Multilanguage support.
i am trying to do it using the i18n module. from what i understood so far, the Internationalization lets me translate node/taxonomy/menus/blocks into any other language defined in my Locale languages setting.
but the main draw back in the module behavior, is that as far as i understand, each translation becomes a new node/taxonomy/menus. such behavior causes my multi language site to behave not as a mirror site.
for example:
- http://mysite/en/node/5 sends me to the english version of node 5. but http://mysite/he/node/5 wont send me to the hebrew translation of node 5, cause the hebrew translation of node 5 is not node number 5, but number 7, so instead of getting translated hebrew node, i will get 404 error page.
i can think of many other problems that will have to be dealt due to this multiple nodes.
i am looking for a way to translate my node/taxonomy/block/menu in a way that wont duplicate nodes but save all the translation in the same node. when i think about it, it doesnt seems that complicated to implement, so i am pretty sure that there are such modules out there, i just havent found them yet... any idea ? a similar question can be found at this question