I'm building a multilingual site (with i18n module and entity translation module ). I've added a field collection on user profile type (I use profile2 module ).
how an authenticated user can translate his profile ?
knowing that I have this error message with entity translation
"The entities of type Field collection item do not define a valid base path: it will not be possible to translate them."
"The entities of type Profil do not define a valid base path: it will not be possible to translate them."
Why tag cloud's terms don't switch to corresponding language?
E. g., I have a multilingual site (English and German). The default is English. When I'm on English version, everything works fine. The terms in tag cloud block appear in English. When switching to German, taxonomy lists and content change fine. However, the Tagadelic block remains in English. While on German version I press on one of the English terms in block it opens translated German content just like it should.
1: multilingual site with content that can be translated.
2: I have a views-page for some content type and I have to show only content in specific language.
Let's say, on english page (../en/views_path) I have to see only english content, on
russian page (../ru/views_path) I have to see only russian translation for those pages
Hi. I am developing a website based on Drupal with custom administration where user can create custom string values like statuses and such. Currently the website is targeted on non-english speaking users. So I need user to be able to create strings as he wish but I need to enable him to translate those stirngs when needed into another languages. Since Drupal is based on English strings I don't know what would be the best way to approach this. I cannot force user to create strings in English and then go to the translation interface to translate them.