Maintaining Translations Across Versions
⏱ 2 minLast updated: —
The Update Workflow
- 1Generate new .pot file from updated plugin
- 2Upload to POForge (same project)
- 3Memory matches all unchanged strings — only new strings cost credits
- 4Download updated .po/.mo
Version Update Flow
Diagram: old version .pot → new version .pot → memory diff.
💡Tip: Version Updates Are Cheap
Memory covers most of the work. Avoid changing strings unnecessarily between versions.
Was this article helpful?