diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-02 01:14:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-03 11:01:55 -0400 |
commit | 4780c8c5751042e2f202965c19275dae4faa5590 (patch) | |
tree | 2e4552c6e60545cc813cda0fc2ecbac4d603af3e /doc | |
parent | 3274b809f2d96bff1e8249047a4a2bedee2c7bf5 (diff) | |
download | ikiwiki-4780c8c5751042e2f202965c19275dae4faa5590.tar ikiwiki-4780c8c5751042e2f202965c19275dae4faa5590.tar.gz |
update config example for yaml setup file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
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 ----------------------------------- |