Closed (fixed)
Project:
OG Mailinglist
Version:
6.x-1.0-beta10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Oct 2012 at 19:40 UTC
Updated:
26 Nov 2012 at 21:50 UTC
I am using this (great) module in a multi-language portal and have problem translating some strings, like "Email Settings" and "Leave this group". They appear in the "OG Mailinglist group actions" block.
Anybody else saw this problem?
Thanks
Comments
Comment #1
mahfiaz commentedThank you for the bug report.
I marked these two strings as translatable. Should be fixed now in dev version (at least by tomorrow).
Comment #2
sano commentedGreat - thank you. Could also these three be made possible to translate:
Full post
Manage my subscriptions
Stop emails for this post
They appear at the bottom of the email messages and it seems like they are in the og_mailinglist_utilities-new.inc file.
One day I will learn how to create a patch and commit it into repository (or whatever the procedure requires).
Comment #3
mahfiaz commentedAaand it's done.
Comment #4
sano commentedHi - me again :-)
Found another occurrence of non-translatable strings in file og_mailinglist/og_mailinglist.js:
'-Hide quoted text-'
'-Show quoted text-'
...and the "Email Settings" and "Leave this group" strings still do not seem to be translated. See lines 643 and 649 in file og_mailinglist/og_mailinglist.module
thank you.
Comment #5
mahfiaz commentedHi, thanks for reporting :)
I marked these for translation as well and pushed to the master branch. You can review the changes yourself: http://drupalcode.org/project/og_mailinglist.git/commitdiff/ea9e615?hp=f...
Comment #6
sano commentedHere is another (sorry - I hope this piecemeal approach is not tiring):
/og_mailinglist/og_mailinglist_transport.inc - line 226
Comment #7
mahfiaz commentedDon't worry about the piecemail, just keep the reports coming :)
That one is fixed as well.