diff options
author | philippe <philippe@web> | 2010-09-04 07:39:10 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-04 07:39:10 +0000 |
commit | 3f9244ccf4b7e85acf7816217db67c0b34650854 (patch) | |
tree | 76d259dc2181ca7c0053d8ed3be2a299f81a2b8d | |
parent | fe46c31a649872cd2a9afe29e5e0877249760e44 (diff) | |
download | ikiwiki-3f9244ccf4b7e85acf7816217db67c0b34650854.tar ikiwiki-3f9244ccf4b7e85acf7816217db67c0b34650854.tar.gz |
-rw-r--r-- | doc/bugs/po:_po_files_instead_of_html_files.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/po:_po_files_instead_of_html_files.mdwn b/doc/bugs/po:_po_files_instead_of_html_files.mdwn index 6e12b51be..d893c71d9 100644 --- a/doc/bugs/po:_po_files_instead_of_html_files.mdwn +++ b/doc/bugs/po:_po_files_instead_of_html_files.mdwn @@ -10,3 +10,13 @@ When i click on "templates.fr", i get the po.file instead of html. > in any configuration. Unless, perhaps, it was just not configured to > support any languages at all, and so the po file was treated as a raw > file. --[[Joey]] + +>> I can reproduce the bug with: + # po plugin + # master language (non-PO files) + po_master_language => { + code => 'en', + name => 'English' + }, + # slave languages (PO files) + po_slave_languages => [qw{fr|Français}], |