Posted by arnd on March 29, 2009 at 9:36am
6 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | contact.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Dave Reid |
| Status: | closed (fixed) |
Issue Summary
The salutation string is untranslatable and consists only of the user name. If the user name is the surname or the full name this is unacceptable, at least in german.
Please make it translatable like in the attached patch. Better would be a configurable solution, like for the site-wide contact form.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| contact.module.patch | 1.11 KB | Idle | Failed: Failed to apply patch. | View details |
Comments
#1
We should use some sort of approach like:
t('Hello @username,', array('@username => $account->name))Also must be fixed in Drupal 7 (HEAD) first.
Also marked #514798: Be more polite in contact mail as a duplicate of this.
#2
#3
Patch attached for review.
#4
#5
Re-rolled for latest changes.
#6
Reasonable and good for translation!
#7
The last submitted patch failed testing.
#8
.
#9
Re-rolled only.
#10
Committed to CVS HEAD. Thanks.
#11
Automatically closed -- issue fixed for 2 weeks with no activity.