Closed
Bug 689172
Opened 14 years ago
Closed 14 years ago
edit review is language specific
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: saikrishna, Unassigned)
References
()
Details
Attachments
(1 file)
|
196.08 KB,
image/jpeg
|
Details |
Steps:
-----------
1. Log in at: https://addons-dev.allizom.org/en-US/firefox/i/addon/adblock-plus/reviews/
2. Submit a new review
3. Load the reviews page in another locale:https://addons-dev.allizom.org/it/firefox/i/addon/adblock-plus/reviews/
Note: Review from en-US locale is displayed here fine
4. Edit review description in Italian page
5. Check the review in en-US
Result: Reviews are seen different
Submit review shows the same review in other languages, but editing the review looks language specific
Comment 1•14 years ago
|
||
I can confirm this is the case:
mysql> select * from translations where id=2490498\G
*************************** 1. row ***************************
autoid: 2593342
id: 2490498
locale: de
localized_string: testEN2_1
localized_string_clean: NULL
created: 2011-09-26 08:30:11
modified: 2011-09-26 08:30:11
*************************** 2. row ***************************
autoid: 2593340
id: 2490498
locale: en-us
localized_string: testEN2
localized_string_clean: NULL
created: 2011-09-26 08:29:32
modified: 2011-09-26 08:29:32
*************************** 3. row ***************************
autoid: 2593344
id: 2490498
locale: it
localized_string: testEN2_it
localized_string_clean: NULL
created: 2011-09-26 08:37:58
modified: 2011-09-26 08:37:58
3 rows in set (0.00 sec)
Effectively, you're translating your review into multiple languages. This isn't an advertised feature/bug, but it's not necessarily incorrect behavior. The number of people who wish to localize their reviews is probably about the same as the number of people who would follow your STR and be confused, so I'm closing this as wontfix.
Severity: normal → trivial
Status: NEW → RESOLVED
Closed: 14 years ago
Priority: -- → P5
Resolution: --- → WONTFIX
Target Milestone: --- → Future
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•