Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

translations:advanced:review-po-file [2026/09/11 21:41] – created kevinbowentranslations:advanced:review-po-file [2026/09/12 01:53] (current) – add warning note and update backlinks kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 ====== Review PO file ====== ====== Review PO file ======
 +
 +<note important>The following links and information are provided for historical reference and advanced users. The accuracy of the information here is most likely outdated and no support is provided following these documents. Use at your own risk! We **strongly** recommend users perform their translation work using the [[https://app.transifex.com/xfce/|Transifex web interface]].
 +</note>
  
 As a reviewer, tools to help you doing the job aren't very present, and the current Transifex installation doesn't ease the task either. As a reviewer, tools to help you doing the job aren't very present, and the current Transifex installation doesn't ease the task either.
  
 When someone sends you a newly translated PO file and you want to check the differences you will need a tool to show you only the changed messages. Hereby you will find a quick-n-dirty shell script that uses basic commands. When someone sends you a newly translated PO file and you want to check the differences you will need a tool to show you only the changed messages. Hereby you will find a quick-n-dirty shell script that uses basic commands.
 +
 +----
  
 ===== The script ===== ===== The script =====
Line 38: Line 43:
 $RM $TMP_ORIG $TMP_REVIEW $RM $TMP_ORIG $TMP_REVIEW
 </code> </code>
 +
 +[[|Back to Top]]
 +----
  
 ===== Example ===== ===== Example =====
Line 64: Line 72:
   +msgstr "%g ms"   +msgstr "%g ms"
   [...]   [...]
 +
 +----
  
 ===== Other resources ===== ===== Other resources =====
Line 71: Line 81:
   * https://edge.launchpad.net/pyg3t -- CLI tool podiff   * https://edge.launchpad.net/pyg3t -- CLI tool podiff
   * http://pypi.python.org/pypi/polib/ -- Python library to manipulate PO files   * http://pypi.python.org/pypi/polib/ -- Python library to manipulate PO files
 +
  
 [[|Back to Top]] [[|Back to Top]]
 ---- ----
 +
 +[[:translations:advanced:|Return to Advanced Translation Resources page]]
 +
 [[:translations:|Return to main Wiki translations page]] [[:translations:|Return to main Wiki translations page]]