diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 00:47:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 00:47:02 +0200 |
commit | 8ce9a00f93220803ea15c17c2b70010e9caf6237 (patch) | |
tree | 67d3c2454aca5bd7bdcb992afb69abcfcfcd33e2 /Makefile | |
parent | d6ecc48fddc20e0a59e5398e335db1c28eab8ebf (diff) |
Add da and nb locales and enable their setups.
Diffstat (limited to 'Makefile')
-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_templates_FLAVORS = nonedit dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment -#CONFIGS = ikiwiki.setup ikiwiki_admin.setup +#CONFIGS = ikiwiki.setup ikiwiki_da.setup ikiwiki_nb.setup ikiwiki_admin.setup ikiwiki_da_admin.setup ikiwiki_nb_admin.setup # Everything after this is generic |