I am using Drupal 5.2 and i18n. I have created my own node type with the CCK module and I have added a couple of categories for this node type with the taxonomy module.
Now I do the following:
- create a node of this type in language A (for example German)
- assign value A in category A to this node (for example Color = Red)
- create a translation for this node in language B (for example English)
- and change the value in category A to B (for example Color = Blue)
i m developing in drupal from last few months and presently developing a polling system for a multilanguage site(currently supporting english and spanish),
i m using following module for this purpose:
-> i18n
-> poll.module
but the problem i m facing is that i18n translation doesn't support poll module translation
need help in solving two main problems:
a)i need translation of poll module in spanish language
i need a piece of advice.. how can i convert the localized Drupal core file (.po file) from Drupal 4.7 to Drupal 5.1? Can anybody help me on this? It would be very nice if i could get the detailed steps..