Closed (fixed)
Project:
tContact
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 09:36 UTC
Updated:
7 Oct 2010 at 18:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
haffmans commentedEither use separate menus per language, and configure the blocks to show up in only one language, or possibly use the Menu Translation module (part of the internationalization package, http://drupal.org/project/i18n ). One of those options should probably work for you.
Comment #2
dan_metille commentedWell, I'm not so much in favor of using separate menus per language as my template main menu is not in a block area.
However, I'm already using Menu Translation module but it has no effect.
I have tried also to change the line 711 of the modules/systems/translations/general.ru.po file from :
to
and this also failed.
I must miss something, but don't know where.
I have attached 1 copy screen to show how the translation works. Everything fine except this 'Отправить сообщение' term that I want to replace by 'Контакт'.
Can you please tell me more about this?
Comment #3
haffmans commentedTry changing the text through the i18n module (admin/build/translate/search). It's unlikely that you need to edit the .po files.
If that doesn't help, I suggest you take this to the general forums, as this issue really doesn't have anything to do with this module.
Comment #4
dan_metille commentedThank you so much, this worked!
Comment #5
fnikola commentedHow do you change the contact page title? I am not using the menu item (it is disabled in the navigation menu) and only link to that page from a custom block. I have a different block for each language, but they all link to the same /contact page that only displays the English "Contact Us" page title. I do not see the page title in the i18n translation search and have tried using string overrides for "Contact Us" in the appropriate language without success.