diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:20:13 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:20:13 +0200 |
commit | a7b813182df7d18a0d1bf2fb28b3ee4c069c86e9 (patch) | |
tree | 83b7d4840e91e1c3cf2d72b47c01bde4f701d0d2 /doc/translation.mdwn | |
parent | e04692e059c41e5616ead2f198ed498ec3a2f290 (diff) | |
download | ikiwiki-a7b813182df7d18a0d1bf2fb28b3ee4c069c86e9.tar ikiwiki-a7b813182df7d18a0d1bf2fb28b3ee4c069c86e9.tar.gz |
build translated underlays for use with non-English wikis
Diffstat (limited to 'doc/translation.mdwn')
-rw-r--r-- | doc/translation.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translation.mdwn b/doc/translation.mdwn index 22801d997..459f47eb5 100644 --- a/doc/translation.mdwn +++ b/doc/translation.mdwn @@ -27,8 +27,8 @@ essentially three pieces needed for a complete translation: wikis using po files and can be used for this. To generate the po and pot files for translating the basewiki, - get ikiwiki's source, and edit the `underlaypo.setup` file, - adding your language. Then run 'perl Makefile.PL; make underlaypo`. + get ikiwiki's source, edit the `po/underlay.setup` file, + adding your language. Then run 'make -C po underlays`. This will generate many po files under `po/underlays`. The first ones you'll want to translate are in the `po/underlays/basewiki` directory, which is really not very large, just a few thousand words. |