Closed
Bug 1038321
Opened 11 years ago
Closed 10 years ago
Unlocalizable string "No messages selected. Please try again."
Categories
(support.mozilla.org :: Localization, task, P3)
support.mozilla.org
Localization
Tracking
(Not tracked)
RESOLVED
FIXED
2015Q2
People
(Reporter: JasnaPaka, Assigned: willkg)
References
()
Details
(Whiteboard: u=user c=messages p= s=2015.6)
How to reproduce:
1) Visit https://support.mozilla.org/en-US/messages
2) Click on button "Mark Selected as Read".
3) Message "No messages selected. Please try again." is showed.
Problem:
This message is not localizable.
Source of this problem:
/kitsune/messages/views.py, line 118
contrib_messages.add_message(request, contrib_messages.ERROR,
"No messages selected. Please try again.")
| Assignee | ||
Comment 1•10 years ago
|
||
Grabbing this to work on.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
In a PR: https://github.com/mozilla/kitsune/pull/2447
Plus I fixed a plurality issue, too.
| Assignee | ||
Comment 3•10 years ago
|
||
Landed in master in https://github.com/mozilla/kitsune/commit/3c2071d5b8935dcf852eef10e7c2bffb9dcb53e4
It'll get to verbatim next time we sync strings.
Comment 4•10 years ago
|
||
I deployed to prod now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Priority: -- → P3
Resolution: --- → FIXED
Whiteboard: u=user c=messages p= s=2015.6
Target Milestone: --- → 2015Q2
Comment 5•10 years ago
|
||
And I'll sync strings today with Kadir.
You need to log in
before you can comment on or make changes to this bug.
Description
•