diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-10 13:13:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-10 13:13:00 -0400 |
commit | fbfda5ccfce40d3f0b5a6076ef02f07e9e5b8fd6 (patch) | |
tree | dc9307f43901775820f9e42e90295033f079b127 /doc/plugins | |
parent | 400aabe82d3d763ee700993c10985c8fb007c7b0 (diff) | |
download | ikiwiki-fbfda5ccfce40d3f0b5a6076ef02f07e9e5b8fd6.tar ikiwiki-fbfda5ccfce40d3f0b5a6076ef02f07e9e5b8fd6.tar.gz |
po: Make the po_master_language use a langpair like "en|English", so it can be configured via the web.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index da58a9f49..2acbc366a 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -49,7 +49,7 @@ Supported languages `po_master_language` is used to set the "master" language in `ikiwiki.setup`, such as: - po_master_language => { 'code' => 'en', 'name' => 'English' } + po_master_language => 'en|English' `po_slave_languages` is used to set the list of supported "slave" languages, such as: |