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:23] – [Merge PO files] 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 PO file in order to sync your current translations with new and suppressed messages. | You can use a POT file as reference PO file in order to sync your current translations with new and suppressed messages. | ||
| + | |||
| + | ---- | ||
| ===== Merge between stable and development branch ===== | ===== Merge between stable and development branch ===== | ||
| Line 35: | Line 39: | ||
| Upload '' | Upload '' | ||
| + | |||
| + | ---- | ||
| + | [[: | ||