From 953e49f1d33a4596be17ae46c1e944de1ddd7143 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 15 Aug 2008 13:55:05 +0200 Subject: Set locale to en_US in non-localized setup. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup index 1055ef4..b41b128 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -111,7 +111,7 @@ use IkiWiki::Setup::Standard { # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. - #locale => 'en_US.UTF-8', + locale => 'en_US.UTF-8', # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: -- cgit v1.2.3