Closed
Bug 1442209
Opened 7 years ago
Closed 7 years ago
Number of strings while requesting new projects looks off
Categories
(Webtools Graveyard :: Pontoon, enhancement, P3)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: theo, Assigned: vishalcr7, Mentored)
Details
Attachments
(2 files)
I think Pontoon is cumulating the number of strings for each locale enabled in a project, instead of displaying the number of strings in en-US.
This might discourage some people from requesting new projects
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P3
Comment 2•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/c87a808d0a57ee95e1ca8308b476d3d52a27a336
Fix bug 1442209: Fix number of strings for new projects (#897)
Details: `Project.total_strings` contains the number of project strings
across all locales, so we introduce `Project.avg_string_count`, which
devides that number by the number of locales enabled for the project.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•