diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-14 23:04:13 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-14 23:04:13 +0200 |
commit | e9d3434b2d39d9034753654e98a73360d6c39c04 (patch) | |
tree | 8cbcb9f98293b0bb115226b29fedf98094b65089 | |
parent | 77a654a44ffcb8b62d24bba6223637f86278143a (diff) |
Enable da and nb locales and their ikiwiki.setup variants.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ ikiwiki_MODULES = templates basewiki smiley #ikiwiki_basewiki_FLAVORS = nonedit #ikiwiki_templates_FLAVORS = nonedit # locales used. Expands Git BRANCHes -#ikiwiki_LOCALES = da nb +ikiwiki_LOCALES = da nb # gettext-based modules and locales used #ikiwiki_POMODULES = basewiki smiley #ikiwiki_POLOCALES = da @@ -18,7 +18,7 @@ ikiwiki_MODULES = templates basewiki smiley #dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment -#CONFIGS = ikiwiki.setup +#CONFIGS = ikiwiki.setup ikiwiki_da.setup ikiwiki_no.setup # Everything after this is generic |