diff options
-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' ], } |