I'm not sure what cause this but when I tried to export the Hungarian translation of Recipe module translation for 6.x-0.1 and 6.x-1.0-beta1 I received there's no string to translate. Of course it contains t() strings.

Comments

aries’s picture

Forgot to mention i noticed this on l.d.o, haven't tried on own server.

gábor hojtsy’s picture

But you happened to find them via the normal translation UI, just not export?

aries’s picture

No, they don't appear in the translation UI too.

hass’s picture

Maybe caused by the bugs in the Recipe module!?

Invalid menu 'title' definition found in recipe_menu(). Title and description keys of the menu array should be literal strings.
In recipe.module on line 428.
Read more at http://drupal.org/node/323101

Invalid menu 'title' definition found in recipe_menu(). Title and description keys of the menu array should be literal strings.
In recipe.module on line 434.
Read more at http://drupal.org/node/323101

Invalid menu 'title' definition found in recipe_menu(). Title and description keys of the menu array should be literal strings.
In recipe.module on line 445.
Read more at http://drupal.org/node/323101

Invalid menu 'description' definition found in recipe_menu(). Title and description keys of the menu array should be literal strings.
In recipe.module on line 446.
Read more at http://drupal.org/node/323101
gábor hojtsy’s picture