Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| translations:msgmerge [2011/10/31 22:21] – Rework this page, it looks clumsy -- introduce option msgmerge -U to avoid redirection mike | translations:msgmerge [2026/09/09 05:21] (current) – add back-link to wiki translations page kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | |||
| ====== Merge PO files ====== | ====== Merge PO files ====== | ||
| The command line tool '' | The command line tool '' | ||
| Line 8: | Line 10: | ||
| It is possible to merge strings by bypassing the redirection with the following options: | It is possible to merge strings by bypassing the redirection with the following options: | ||
| - | msgmerge --backup=none -U your-po-file reference-po-file | + | msgmerge --backup=none -U your-po-file reference-po-or-pot-file |
| This has the same effect, except the output is directly written inside '' | This has the same effect, except the output is directly written inside '' | ||
| - | You can use a POT file as reference | + | You can use a POT file as reference |
| + | |||
| + | ---- | ||
| ===== Merge between stable and development branch ===== | ===== Merge between stable and development branch ===== | ||
| Line 32: | Line 36: | ||
| msgmerge Thunar-xfce-4-8.nl.po Thunar-master.nl.po > NEW-Thunar-master.nl.po | msgmerge Thunar-xfce-4-8.nl.po Thunar-master.nl.po > NEW-Thunar-master.nl.po | ||
| - | Then delete both "Thunar-xfce-4-8.nl.po" | + | Then delete both '' |
| + | |||
| + | Upload '' | ||
| - | Upload "NEW-Thunar-master.nl.po" | + | ---- |
| + | [[: | ||