Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
translations:test-po-file [2010/07/31 14:37] – created 80.185.32.195translations:test-po-file [2026/09/09 05:31] (current) – Add section dividers & link back to wiki translation main page kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 ====== Test your translations ====== ====== Test your translations ======
  
-When an application is being translated it is interesting to see the result. This allows you to figure several points, e.g. to appreciate your labour, to check for ugly vs pretty messages, to spot mistakes, etc.+When an application is being translated it is useful to see the result. This allows you to figure several points, e.g. to appreciate your labour, to check for ugly vs pretty messages, to spot mistakes, etc.
  
 The PO files are compiled into MO files with the command line tool ''msgfmt''. These files are installed on the system with the **same prefix**((/usr/local, /usr, /opt, etc)) as the application. The PO files are compiled into MO files with the command line tool ''msgfmt''. These files are installed on the system with the **same prefix**((/usr/local, /usr, /opt, etc)) as the application.
 +
 +----
  
 ===== The theory ===== ===== The theory =====
Line 35: Line 38:
 LANG=<LANG> <APPLICATION> LANG=<LANG> <APPLICATION>
 </code> </code>
 +
 +[[|Back to Top]]
 +----
  
 ===== A real example ===== ===== A real example =====
Line 59: Line 65:
 LANG=de_DE.utf8 xfburn LANG=de_DE.utf8 xfburn
 </code> </code>
 +
 +[[|Back to Top]]
 +----
 +[[:translations:|Return to main Wiki translations page]]