Drupal Multiple Languages ​​in a Single Node

I am trying to get into drupal 6 multilanguage support.

I am trying to do this using the i18n module . from what I have understood so far, internationalization allows me to translate node / taxonomy / menus / blocks into any other language defined in the locale language settings.

but the main rollback in the behavior of the module is that, as I understand it, each translation becomes a new node / taxonomy / menu. this behavior makes my multi-language site not behave like a mirror site.

eg:

  • http: // mysite / en / node / 5 sends me to the English version of node 5. but http: // mysite / he / node / 5 will not send me to the Hebrew translation of node 5, because the Hebrew translation of node 5 is not a node number 5, and number 7, so instead of getting the node translated into Hebrew, I get a 404 error page.

I can think of many other problems that will have to be addressed due to these few nodes.

I am looking for a way to translate my node / taxonomy / block / menu in a way that does not duplicate nodes, but keeps the entire translation in the same node. when I think about it, it seems that it's hard to implement, so I'm sure there are such modules, I just found them yet ... any idea? a similar question can be found on this question

+3
source share
1 answer

, Drupal , node . .

, Drupal . , Drupal ( ) . , , . .

+1

Source: https://habr.com/ru/post/1794924/


All Articles