From: Joey Hess <joey@gnu.kitenet.net>
Date: Mon, 20 Jul 2009 05:24:22 +0000 (+0200)
Subject: fixes for Danish integration
X-Git-Tag: 3.15~148
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/64f887a0ffde177dd756366df820200422fe5462

fixes for Danish integration
---

diff --git a/po/Makefile b/po/Makefile
index cef2ec879..01071237f 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -61,10 +61,10 @@ underlays_copy_stamp:
 		cp -a ../$$file underlays/directives/ikiwiki/directive ||  \
 		install -m 644 ../$$file underlays/directives/ikiwiki/directive; \
 	done
+	install -d underlays/empty
 	touch $@
 
 underlays: underlays_copy_stamp
-	install -d underlays/empty
 	../ikiwiki.out -libdir .. -setup underlay.setup -refresh
 
 ../underlays/locale: po2wiki_stamp
diff --git a/po/underlay.setup b/po/underlay.setup
index ef2d1e161..3e6c12566 100644
--- a/po/underlay.setup
+++ b/po/underlay.setup
@@ -9,7 +9,8 @@ use IkiWiki::Setup::Standard {
         po_slave_languages => {
 		#'fr' => 'Français',
 		#'es' => 'Español',
-		'de' => 'Deutsch',
+		#'de' => 'Deutsch',
+		'da' => 'Dansk',
         },
 	po_master_language => { 'code' => 'en', 'name' => 'English' },
 	po_translatable_pages => "*",