]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorphilippe <philippe@web>
Sat, 4 Sep 2010 07:39:10 +0000 (07:39 +0000)
committerJoey Hess <joey@kitenet.net>
Sat, 4 Sep 2010 07:39:10 +0000 (07:39 +0000)
doc/bugs/po:_po_files_instead_of_html_files.mdwn

index 6e12b51be25a3e9c01331b4c19ee7f11427092db..d893c71d9b2c7234e5203d8b368fd3cc677b3338 100644 (file)
@@ -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]] 
 > 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}],