Opened 5 days ago
Last modified 5 days ago
#8217 new defect (bug)
Translation sync overwrites fuzzy strings to current
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Component: | Translate Site & Plugins | Keywords: | has-patch |
| Cc: |
Description
If we sync strings from dev to stable, the overwritten (fuzzy) string in stable will fire gp_translation_prepare_for_save again. Since there is no check for old strings, this one becomes current again because it adopts the status from the map.
As a result, there are 2 current strings in stable.
Change History (1)
This ticket was mentioned in PR #591 on WordPress/wordpress.org by @timse201.
5 days ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
related to trac ticket: 6320
fixes: 8217
If we sync strings from dev to stable, the overwritten (fuzzy) string in stable will fire gp_translation_prepare_for_save again. Since there is no check for old strings, this one becomes current again because it adopts the status from the map. As a result, there are 2 current strings in stable.