Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| translations:update-documentation [2009/08/18 00:26] – mike | translations:update-documentation [2026/09/09 05:27] (current) – [Update the documentation] kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Update the documentation ====== | + | ~~NOTOC~~ |
| + | ====== Update the localization | ||
| This how-to applies essentially to project maintainers that are using a '' | This how-to applies essentially to project maintainers that are using a '' | ||
| + | |||
| + | ---- | ||
| ===== 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/ | mkdir -p doc/ | ||
| Line 33: | Line 35: | ||
| **5.** Now you have to update the XML localized documentation, | **5.** Now you have to update the XML localized documentation, | ||
| + | |||
| + | [[|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]] | ||
| + | ---- | ||
| + | [[: | ||