Opened 3 years ago
Last modified 13 months ago
#115 new enhancement
Export PO files with fuzzy flags intact
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | general | Version: | |
| Keywords: | has-patch tested | Cc: | nbachiyski |
Description
Patch attached.
Attachments (1)
Change History (4)
Nightgunner5 — 3 years ago
- Keywords changed from has-patch, tested to has-patch tested
- Summary changed from Export PO files with fuzzy flags intact, add MO import/export. to Export PO files with fuzzy flags intact
Seems to me like this patch isn't making the change in the right place.
Rather, the Translation_Entry object should be passed a flag of 'fuzzy' for when status = 'fuzzy'. Then we should allow current and fuzzy translations to be exported, rather than forcing it to 'current'.
That said, $filters['status'] = 'current'; looks like a dead line of code. $filters isn't set or used anywhere in GP_Format_PO.
comment:3
nbachiyski — 13 months ago
- Cc nbachiyski added
Note: See
TracTickets for help on using
tickets.

MO format was added in [603].