diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 00:58:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 00:58:34 +0100 |
commit | ff3de0f4926e36b75042f135f5c0ec1a84229821 (patch) | |
tree | e3c787ac653bcc289a2ebdbca843036d65d2bf1d /Makefile | |
parent | 218860ac4164f53d76134148745c192b9ab9c5a3 (diff) |
Enable i18n of smiley, and danish l10n.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,9 +2,10 @@ SOURCES = ikiwiki ikiwiki_ORIGIN = http://source.jones.dk/ikiwiki_MODULE.git ikiwiki_MODULES = templates basewiki smiley -ikiwiki_POMODULES = basewiki smiley +ikiwiki_POMODULES = smiley ikiwiki_BRANCH = master-LOCALE ikiwiki_LOCALES = da +ikiwiki_POLOCALES = da #dummy_MODULES = content_dummy |