Drupal: multilanguage .. is looking for a suitable module for creating multiple versions of node

I have a multilingual website.

I want the module to add several versions of my sites and choose the right one for each language of my site.

In other words, for each node I want to have more versions, a version for each language. I do not want to create new nodes to avoid confusion for my client.

I want to be able to populate the content for each language version of the same node.

If I'm not mistaken, the main Content Translation module allows me to choose for each node to which the language interface belongs, which is not what I want.

I saw the internationalization module and it is good for translating taxonomy terms and blocks, but it does not provide the functionality that I want (several versions of each node).

thank

+1
source share
3 answers

Drupal.org has a lot of documentation related to multilingual sites.
http://drupal.org/node/324602

You may find that the Internationalization Module will help you. See this tutorial on setting up a multilingual site using the internationalization module.

+2
source

@Patrick: CCK Translation CCK . , , node, , i18n.

0

! , .

CCK:

1 - CCK

2 - CCK

3 - " node". , Drupal . "create node" , Drupal .

, .

4 - Go to Admin -> Translate Interface (/ admin / build / translate). Click "Search." Find your shortcut in English , you will see it several times, but are marked as untranslated. Click "edit" for each line and translate them.

A bit uncomfortable, but it works.

0
source

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


All Articles