diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-26 18:49:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-26 18:49:49 -0300 |
commit | a44030dc03d8b5d1b6ba6f22d02207869cba74b0 (patch) | |
tree | 939baf5fc1a25a56c13c355133b4f07de546d375 | |
parent | 922ab4aa5ac15acf4b1feb2680ad260d7267b014 (diff) | |
download | puppet-ikiwiki-a44030dc03d8b5d1b6ba6f22d02207869cba74b0.tar.gz puppet-ikiwiki-a44030dc03d8b5d1b6ba6f22d02207869cba74b0.tar.bz2 |
Comented po config
-rw-r--r-- | templates/ikiwiki.setup.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb index ab79137..968d607 100644 --- a/templates/ikiwiki.setup.erb +++ b/templates/ikiwiki.setup.erb @@ -203,4 +203,8 @@ use IkiWiki::Setup::Standard { # For use with the attachment plugin, a program that returns # nonzero if its standard input contains an virus. #virus_checker => "clamdscan -", + + # See https://ikiwiki.info/plugins/po/ + #po_master_language => 'en|English', + #po_slave_languages => [ 'pt|Portuguese' ], } |