----- Original Message ----- From: "Justin J" justin@PROTECTED To: "[list_settings list_name] Subscriber" f.gouverne@PROTECTED Sent: Friday, April 17, 2009 12:20 AM Subject: [dadadev] Re: 3 0 3 Released, 3 10 Alpha 1 Released
[ ]
One thing, to look forward, is to branch the main Dada Mail git to have some sort of facilities to support multiple languages, which currently, it does not Until that happens, multiple language support may never get into the program, sadly Hopefully, with git, this should be easy to do and easy for someone else to do as I'm busy with whatever it is I do :)
Ok, when the final git repository has a stable release, I will try to merge my Dutch version into it
By the way, currently I use the following lines of code in main cgi to let a list having its own template directory, added just above the "BIG switcheroo":
my $temp_path = "[ ]/cgi-bin/dada/DADA/Template/templates_" "$list"; $DADA::Config::ALTERNATIVE_HTML_TEMPLATE_PATH = $temp_path if(-e $temp_path);
By default my lists are in Dutch, but one list named "newsletter" should be in English So I have put the original English template files into a new directory "templates_newsletter" and that's it I am only facing one nasty problem: the subscriber field names still appear in Dutch Currently I am planning to use Javascript code in my external "URL as template file" to translate the Dutch labels into English, but this is a far from ideal sitiuation of course Anyway, I am talking about multi-languages within one dada installation which is probably a bit over the top Or do you have a genius suggestion for this, Justin?
Anyway, these 2 extra lines of code makes it possible to use list specific templates which might be interesting for others as well, for whatever reason So please consider to implement something like this
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.