Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
translations:msgmerge [2011/10/31 22:23] – [Merge PO files] miketranslations: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 ''msgmerge'' is used to merge translated strings from two PO files into one. It is really easy to use, here is a generic example: The command line tool ''msgmerge'' is used to merge translated strings from two PO files into one. It is really easy to use, here is a generic example:
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 ''your-po-file''. This has the same effect, except the output is directly written inside ''your-po-file''.
  
 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 ''NEW-Thunar-master.nl.po'' in Transifex. Upload ''NEW-Thunar-master.nl.po'' in Transifex.
 +
 +----
 +[[:translations:|Return to main Wiki translations page]]