Hello.

I'm using i18n module - translating the items works fine. There is one thing about multilanguages support, however, that confuses me a lot.

I got English and Polish localizations installed on my drupal website with English acting as a default language. When I create an article in Polish, and then write its translation into English (or the other way round), translations seems to work fine. When I open English language home page (/en/ in URL), I just see an English version of the article. But: opening /pl/ version leads to displaying 2 versions - both English and Polish - instead of Polish translation only.

When I modify my website's default language from English to Polish, then English homepage version displays both translations, and Polish - just one, correct one.

That's a strange thing for me. Any suggestions?

Comments

denver-1’s picture

I'm sorry to see no replies in this topic. I would then like to ask a question that will help me to get rid of translations' behaviour described above.

The question is: Do you all have such problems with news translations? If yes, I will try to contact this module's author and ask how to solve the problem. If not, I would like to ask you how did you manage to make it work as intended.

Thanks for all your replies in advance.

denver-1’s picture

Finally, I managed to find an option responsible for all this mess. Let it be there for the offsprings:

Menu > administer > settings > i18n > Advanced settings > Only current language and no language

Accidentally, I set the 'Only current and default languages and no language' option which was wrong ;)

That's it, mates.