Closed
Bug 700024
Opened 14 years ago
Closed 14 years ago
Password reset mail has unlocalizable subject
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: JasnaPaka, Assigned: tofumatt)
References
()
Details
(Whiteboard: [l10n])
1) Visit https://mozillians-dev.allizom.org/cs/password_reset.
2) Fill mail for your account and send mail.
You recieve mail which is in czech. But subject and title are in english. These strings should be in czech too.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tofumatt
Whiteboard: [l10n]
Target Milestone: --- → 1.2
| Assignee | ||
Comment 1•14 years ago
|
||
The dev server has all "supported" locales enabled, but some locales do not have full translations. These strings are localizable, but haven't been translated to Czech yet.
(See: https://github.com/mozilla/mozillians/blob/master/apps/users/views.py#L30)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [l10n]
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Matthew Riley MacPherson [:tofumatt] from comment #1)
> The dev server has all "supported" locales enabled, but some locales do not
> have full translations. These strings are localizable, but haven't been
> translated to Czech yet.
* Czech translation is fully translated (see https://localize.mozilla.org/projects/mozillians/).
* I don't talk about confirmation mail, I talk about password reset mail.
English string in mail is untranslatable:
* https://github.com/mozilla/mozillians/blob/master/apps/users/templates/registration/password_reset_email.html#L1
English subjekt is different problem. I see it translatable in the source code:
* https://github.com/mozilla/mozillians/blob/master/apps/users/templates/registration/password_reset_subject.txt (hope this is the right file)
But I don't see such string in my .po file.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Whiteboard: [l10n]
Comment 3•14 years ago
|
||
Commit pushed to https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/3f51318894093a2f10eedeb8b69d6b34ee2c8ab9
Localize "password reset" (fix bug 700024)
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
With BrowserID now in place on dev is this an issue or has the code been removed?
| Assignee | ||
Comment 5•13 years ago
|
||
This was fixed, but with BrowserID it doesn't matter anymore. I'll mark it as invalid now.
Resolution: FIXED → INVALID
Comment 6•13 years ago
|
||
QA verified invalid per comment 5 and my super-qa-intellegences.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Target Milestone: 1.2 → ---
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•