Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generator: Generate guestfish-only commands. | Richard W.M. Jones | 2010-09-18 | 4 | -1254/+1340 |
| | | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code. | ||||
* | Version 1.5.16.1.5.16 | Richard Jones | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | Version 1.5.15.1.5.15 | Richard Jones | 2010-09-15 | 2 | -2927/+3236 |
| | |||||
* | Version 1.5.14.1.5.14 | Richard Jones | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Version 1.5.13.1.5.13 | Richard Jones | 2010-09-13 | 1 | -2/+2 |
| | |||||
* | Version 1.5.12.1.5.12 | Richard Jones | 2010-09-11 | 1 | -2/+2 |
| | |||||
* | Version 1.5.11.1.5.11 | Richard Jones | 2010-09-10 | 1 | -2/+2 |
| | |||||
* | Update PO files. | Richard Jones | 2010-09-10 | 2 | -4/+4 |
| | |||||
* | Version 1.5.10.1.5.10 | Richard Jones | 2010-09-09 | 2 | -3396/+3962 |
| | |||||
* | Version 1.5.9.1.5.9 | Richard Jones | 2010-09-08 | 2 | -7/+7 |
| | |||||
* | Version 1.5.8.1.5.8 | Richard Jones | 2010-09-04 | 2 | -607/+667 |
| | |||||
* | Add full docs pot file. | Richard Jones | 2010-09-04 | 3 | -5/+51304 |
| | |||||
* | Allow manual pages and POD files to be translated. | Richard Jones | 2010-09-02 | 4 | -0/+231 |
This uses the optional po4a package to split these files into PO files for translation, and reassemble afterwards. Note this creates an extra pot file (po-docs/libguestfs-docs.pot). We don't (yet) combine this with the main po/libguestfs.pot file. The 'libguestfs-docs.pot' file included in this commit is not the real thing, just a short cut down snippet for testing. The real thing is created if you update one of the dependent files and rebuild. Note also the dummy ja.po, for testing the principles. |