diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-17 09:26:59 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-17 09:26:59 +0100 |
commit | eae87ee0ecebb6df34ad5c6086f0223c93e7d491 (patch) | |
tree | b6fc9183594026fcf86990ae2b9c116d5e19adb3 /configuration | |
parent | 5244d4b0dd71b140f4ba28cc3a4733b578c6682f (diff) |
Added language option
* 'language' in section 'style' can be de, at, en, us, ...
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration b/configuration index 2ba3f00..8f7a91e 100644 --- a/configuration +++ b/configuration @@ -10,6 +10,7 @@ plugins_dir: plugins/ [look] style: blogthon +language: en entries_per_page: 20 staticpages: True monthlist: True |