diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 13:55:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-15 13:55:05 +0200 |
commit | 953e49f1d33a4596be17ae46c1e944de1ddd7143 (patch) | |
tree | a5828ee2c997158e95d4e11f0e1aaab17f7439d2 | |
parent | bc06d9c59525a59282ca8ba1e46aa04d1770fd19 (diff) |
Set locale to en_US in non-localized setup.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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: |