From 1aad01f841be86bacaa0f055fc10abcad994bb3b Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 15 Oct 2008 07:06:35 +0200 Subject: [PATCH 1/1] po plugin: bugfix (OTHERLANGUAGES) Signed-off-by: intrigeri --- IkiWiki/Plugin/po.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 1dcec7bec..716aa9151 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -351,7 +351,7 @@ sub otherlanguages ($) { #{{{ url => urlto($translations{$masterpage}{$lang}, $page), code => $lang, language => $config{po_slave_languages}{$lang}, - percent => percenttranslated($page), + percent => percenttranslated($translations{$masterpage}{$lang}), } unless ($lang eq $curlang); } } -- 2.45.0