philippe 2010-09-04 07:39:10 +00:00 committed by Joey Hess
parent fe46c31a64
commit 3f9244ccf4
1 changed files with 10 additions and 0 deletions

View 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 > 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 > support any languages at all, and so the po file was treated as a raw
> file. --[[Joey]] > 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}],