Hello, I was wondering where the Informational Messages can be translated?
Submitted: Your %relationship_name request has been sent to !requestee.
Accepted: !requester's %relationship_name request has been approved.
Disapproved: !requester has declined your %relationship_name request.
I am looking for the strings http://example.com/admin/build/translate/search but cannot seem to find the string to translate into different languages. Can anyone please help?
Comments
Comment #1
strellman commentedSure you can find help for this at http://drupal.org/node/528688
But I am realizing there is a larger issue than those messages. Now my links look like "Începe cu cristina mentor" where mentor is the name of the relationship and Cristina is the user. It seems that to make this work we need to translate the relationship name itself, or localize each relationship to a language and only offer those that are relevant for that language.
Changing the request to allow relationships to be localized. I suppose if the relationship was a content type with fields describing the parameters and messages it would make things simpler in the long run. Meanwhile I am considering using a Content_Profile CCK field for my relationships and actions to send messages. Has anybody experimented with that approach?
Comment #2
rburgundy commented