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:update-documentation [2009/08/18 00:26] miketranslations:update-documentation [2026/09/09 05:27] (current) – [Update the documentation] kevinbowen
Line 1: Line 1:
-====== Update the documentation ======+~~NOTOC~~ 
 +====== Update the localization documentation ======
 This how-to applies essentially to project maintainers that are using a ''po-doc'' directory for the documentation localization. These projects use the tool ''xml2po'' and ''xsltproc''. When the maintainer updates the documentation he must also refresh the PO files. Now when the maintainer receives an updated PO file, he runs the opposite commands to update the localized documentation and also include the new images when there are some. This how-to applies essentially to project maintainers that are using a ''po-doc'' directory for the documentation localization. These projects use the tool ''xml2po'' and ''xsltproc''. When the maintainer updates the documentation he must also refresh the PO files. Now when the maintainer receives an updated PO file, he runs the opposite commands to update the localized documentation and also include the new images when there are some.
 +
 +----
  
 ===== Check-in a new translation ===== ===== Check-in a new translation =====
Line 19: Line 22:
 **3.** Prepare the doc/ directory for the new translation. **3.** Prepare the doc/ directory for the new translation.
  
-FIXME 
   # example   # example
   mkdir -p doc/ja/images   mkdir -p doc/ja/images
Line 33: Line 35:
  
 **5.** Now you have to update the XML localized documentation, which is explained in the next section. **5.** Now you have to update the XML localized documentation, which is explained in the next section.
 +
 +[[|Back to Top]]
 +----
  
 ===== Update a translation ===== ===== Update a translation =====
Line 50: Line 55:
  
   make -C doc/ja/   make -C doc/ja/
 +
 +----
  
 ===== Update the PO files ===== ===== Update the PO files =====
Line 57: Line 64:
  
 //This will generate the PO template and update all the PO files.// //This will generate the PO template and update all the PO files.//
 +
 +
 +[[|Back to Top]]
 +----
 +[[:translations:|Return to main Wiki translations page]]