Closed
Bug 1201212
Opened 10 years ago
Closed 10 years ago
Pontoon removes fuzzy flags when it shouldn't
Categories
(Webtools Graveyard :: Pontoon, defect)
Webtools Graveyard
Pontoon
Tracking
(firefox43 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: mathjazz, Assigned: osmose)
Details
SUMO got updated with new strings which got imported into Pontoon. On next sync, Pontoon committed some changes due to different PO library being used, which is OK.
But it also removed fuzzy flag for all 5 fuzzy strings that were added with this update:
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145892
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145893
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145894
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145895
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145896
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145897
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145898
http://viewvc.svn.mozilla.org/vc?view=revision&sortby=date&revision=145899
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mkelly
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/ccb4d9fb267417ac756e7504f31e79a19f4deece
Fix bug 1201212: Preserve fuzzy status for pofiles.
Fixes an issue where unchanged fuzzy entities in pofiles lose their
fuzzy status on sync.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•10 years ago
|
||
This is hitting us again and I noticed it with SUMO again.
After new strings are merged, sync runs without a problem. On second run, fuzzy strings get attribute approved set to True and also keep attribute fuzzy set to True. Which doesn't only make them look approved in the translate UI but also breaks stats calculation.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 3•10 years ago
|
||
Ah, just realized this bug was about bogus fuzzy behaviour in VCS. This time around it's Pontoon DB that has issues with fuzzy strings, VCS is OK. Let's keep tracking it in this bug anyways.
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/36ab8e3de149d4f924bd2123919d8c1cea758753
Fix bug 1201212: Do not approve translations with fuzzy VCS counterparts
https://github.com/mozilla/pontoon/commit/fd9e7aad448ec772566bbbcaff7b52449a1cd404
Merge pull request #227 from mathjazz/bug-1201212
Fix bug 1201212: Do not approve translations with fuzzy VCS counterparts
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 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
•