From: Joey Hess Date: Fri, 2 Mar 2012 05:14:56 +0000 (-0400) Subject: update config example for yaml setup file X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4780c8c5751042e2f202965c19275dae4faa5590;p=ikiwiki.git update config example for yaml setup file --- diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index b701d3662..703244947 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -49,15 +49,15 @@ Supported languages `po_master_language` is used to set the "master" language in `ikiwiki.setup`, such as: - po_master_language => 'en|English' + po_master_language: en|English `po_slave_languages` is used to set the list of supported "slave" languages, such as: - po_slave_languages => [ 'fr|Français', - 'es|Español', - 'de|Deutsch', - ] + po_slave_languages: + - fr|Français + - es|Español + - de|Deutsch Decide which pages are translatable -----------------------------------