projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe46c31
)
(no commit message)
author
philippe
<philippe@web>
Sat, 4 Sep 2010 07:39:10 +0000
(07:39 +0000)
committer
Joey 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
patch
|
blob
|
history
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 6e12b51be25a3e9c01331b4c19ee7f11427092db..d893c71d9b2c7234e5203d8b368fd3cc677b3338 100644
(file)
--- 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}],