I have created Japanese translation .po files for my theme name "MyTheme" (for Drupal 5.x and 6.x).
For Drupal 5.x, I named it "MyTheme.ja.po" and placed it under ./po subdirectory of the theme directory. I realized that I need to manually import the translation using the locale --> import function. It worked.
I have translated nodes. I do not want the language switcher to show up for these nodes. I have thus far, hacked the node.tpl.php file so that print $links; is commented out. Im sure this isn't the best approach, but I have tried everything to get these language links turned off.
I have been struggling to understand how i18n menu translation is intended to work in Drupal 6.... I was hoping someone could confirm what I think I have discovered....
It seems that:
1. Only custom menu items appear in the 'translate interface' list, not primary/secondary links
2. Although custom menu items do go through the translation engine, this does not help if you translate the node pointed to by a menu item ..... because ......
Hi !
I created some additional custom user fields like a country selection.
Therefor I've chosen the type "selection" and added all countries in the selection options.
Question: I need a localized version of the country selection in German and English. How can I achieve it?
Any ideas?
Thanks in advance !
Cheers from Germany,
Frank