Drupal: multilanguage.. looking for the right module to build multiple versions of the node

南笙酒味 提交于 2019-12-23 03:48:31

问题


I have a multi-language website.

I want a module to add multiple version of my nodes and selecting the right one for each language of my website.

In other terms, for each node, I want to have more versions, a version for each language. I don't want to create new nodes, in order to avoid confusion for my customer.

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

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

I saw the internationalization module, and it is good for translating taxonomy terms, and blocks, but it doesn't provide the functionality I want (multiple versions of each node).

thanks


回答1:


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 out. See this tutorial on setting up multilingual site using the Internationalization module.




回答2:


@Patrick: CCK Translation makes it possible to have the labels and description of your CCK fields translated to different languages. The content that's stored inside those fields gets translated for the entire node, including all its fields using i18n module.




回答3:


Hey! Thanks for reading my tutorial.

To properly translate CCK labels:

1 - activate CCK Translation module

2 - write the labels for your CCK fields in english

3 - Go to the "create new node" page. You're doing this to force Drupal to use the labels you just created. Visit the "create node" page in all your languages, so you force Drupal to try to show you the label in all the languages you have configured.

I know, this step is weird.

4 - Go to Admin -> Translate Interface (/admin/build/translate). Click on "search". Search your label in english, you'll see it appears several times, but marked as untranslated. Click on 'edit' for every string and translate them.

A bit clunky, but it works.



来源:https://stackoverflow.com/questions/3118917/drupal-multilanguage-looking-for-the-right-module-to-build-multiple-versions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!