diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 21:59:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 21:59:41 +0000 |
commit | b75e57f126e818e982455a47e95b49c85ff57ecd (patch) | |
tree | 70002a3563dc258092576ac8e6c2b243bb35c23b /doc/todo | |
parent | 3f7944fdc784eaf73c683bb521a3c5adfde74295 (diff) |
web commit by JonasSmedegaard: Improved routines to grab localized underlays.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/l10n.mdwn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/todo/l10n.mdwn b/doc/todo/l10n.mdwn index 1a00ee2c3..67ec7789d 100644 --- a/doc/todo/l10n.mdwn +++ b/doc/todo/l10n.mdwn @@ -62,7 +62,10 @@ and there is a po/ikiwiki.pot in the source that can be translated. ---- -Danish l10n of templates and basewiki is available at http://source.jones.dk/ -(using GIT - do `git clone <url> && cd <dir> && git checkout master_danish` -for each of the ikiwiki_* repositories) +Danish l10n of templates and basewiki is available with the following commands: + + git clone http://source.jones.dk/ikiwiki.git newsite + cd newsite + make all + --[[JonasSmedegaard]]
\ No newline at end of file |