By w3dreamer on
I'm having problem with localization, some strings seem to be impossible to translate.
Tried:
- normal routines by local module (does not work even if t() is there)
- exporting and importing again .po file
- even changing the source code of invite module (one of the modules affected, another one is og)
- clearing caches: http://drupal.org/node/152983 (does the same as devel module; devel module does not work)
How on earth can I clear all the cached strings without throwing the whole db out of the window? 8P
Comments
Found. From
Found. From http://drupal.org/node/166699 :
"I had the same problem and struggled for a long time until I realized that the problem is due to the fact that there is a menu item linking to /invite with the title that keeps displaying. Delete or reset the menu item."