Closed (works as designed)
Project:
Messaging
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 20:07 UTC
Updated:
25 Apr 2009 at 10:19 UTC
I was looking for a way to translate the messages and came across this http://drupal.org/node/134002
I then looked into my database and, unlike Drupal standard messages, the message parts defined in the templates are not in "variables" but in "messaging_message_parts".
Is there a way to access those text fields as variables so that they can be translated?
Tx
Comments
Comment #1
jose reyero commentedNope
Comment #2
castawaybcn commentedAfter some investigation I did realize that actually this turned out to be a rhetorical question.
This is kinda shocking as you are the maintainer of the internationalization module, isn't it? Don't take it personally Jose, I know consistency is a b**ch, and this is a great module all things considered.
Do you intend to implement this at some point in the near future?
Comment #3
castawaybcn commentedI tried a clumsy workaround with this module http://drupal.org/project/language_sections with the following result:
The good:
The bad:
Is there any chance my workaround could work at all?