Needs review
Project:
Comment Notify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2011 at 22:56 UTC
Updated:
9 Dec 2012 at 11:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
2c commentedI hear you.
If you go to /admin/build/mail-edit then you should see the strings to be translated (see attached image). However, it seems tedious to have to translate them all individually.
A more efficient way would be to import a .po file from the page you already mentioned: admin/build/translate
In fact, I've already found a french .po file in this module's issue queue. However, when I import it from admin/build/translate/import, then 0 strings are reported as being translated. So it doesn't have any effect!
What is the most efficient way of translating the mail templates?
Comment #2
YK85 commentedI'm also having this same issue.
Can Mail Editor module integration be considered which will allow each email to be translated easily?
This would also allow emails to be sent as html emails.
Thank you very much for your time
Comment #3
gregglesI think mail editor should support this directly without any work from comment_notify.
If you have questions on how mail editor should work please ask in that module's queue.
I don't do multi-lingual sites very often so I'm not sure what I need to do to help support that scenario. If someone else is doing more multi-lingual sites please let me know (ideally with a patch with tests) and I will commit it.
Comment #5
drupalfan81 commentedHas anyone found a way to have comment notify work with sending the appropriate email based on the user's language setting?
I found mail editor to get create for easily adding the translated core User and LoginToboggan emails, but it doesn't work for comment notify. I believe an .inc file from comment notify needs to be supplied to use this module.
Are there any plans for having comment notify naively support sending out multiple language emails? I would think this would be a great add as most sites are going bilingual or multilingual these days.
Any ideas?