Closed (fixed)
Project:
Internationalization
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Feb 2012 at 17:29 UTC
Updated:
12 Jan 2013 at 17:30 UTC
E-mails confirmations should be sent in user account language (if he set one) NOT a administrator language that he is currently using to browse the site.
Comments
Comment #1
webflo commentedHi, try i18n_user. http://drupal.org/sandbox/webflo/1411512
Comment #2
batigol commented@webflo thx!
So
is not a issue any more, but did you test
??
Also when I tried copy your git
edit:
Comment #3
webflo commentedUse
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/webflo/1411512.git i18n_userto clone the repository.Comment #4
jose reyero commentedChanging to a more generic title, since this is an issue with most emails.
Comment #5
jose reyero commentedComment #6
ludo.rI confirm this functionnality does not work.
Emails are not sent in the user's preferred language.
In my case they are sent in english, although i disabled english for my project.
I don't know if it's a i18n or Drupal core related issue.
EDIT : nevermind, using variable translation does the trick : http://drupal.org/node/1113374
Comment #7
jose reyero commentedNot too much feedback here :-(
@webflo, do you want to publish that one or add it into i18n_contrib package?
Comment #8
jose reyero commentedAfter discussing it with @webflo on IRC, added it as a submodule of i18n (i18n_user).
Two minor changes only:
- Module name: User mail translation.
- Added install file. (Module weight:) -10000 (So it runs before other modules implementing hook_mail_alter)
Comment #9.0
(not verified) commentededit