Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| translations:update-documentation [2009/08/17 14:57] – created 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 | ||
| - | | + | |
| + | cp doc/C/ | ||
| + | cp doc/ | ||
| vim configure.ac.in doc/ | vim configure.ac.in doc/ | ||
| - | //The translations update the XML documentations that is usually put inside a docs/ directory. In that directory you have at least one sub-directory that is the english version named '' | + | //The translations update the XML documentations that is usually put inside a docs/ directory. In that directory you have at least one sub-directory that is the english version named '' |
| **4.** Regenerate the configure script and new Makefiles. | **4.** Regenerate the configure script and new Makefiles. | ||
| Line 31: | 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 48: | Line 55: | ||
| make -C doc/ja/ | make -C doc/ja/ | ||
| + | |||
| + | ---- | ||
| ===== Update the PO files ===== | ===== Update the PO files ===== | ||
| Line 55: | 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]] | ||
| + | ---- | ||
| + | [[: | ||