projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c2bf5
)
po(nicepagetitle): forgot to display %
author
intrigeri
<intrigeri@boum.org>
Wed, 31 Dec 2008 15:34:08 +0000
(16:34 +0100)
committer
intrigeri
<intrigeri@boum.org>
Wed, 31 Dec 2008 15:34:08 +0000
(16:34 +0100)
Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/po.pm
b/IkiWiki/Plugin/po.pm
index 9aefe236f6a076fee3b58fdeb2dfbcce7f865623..cee7a7654c152264ec33bd4c16384eac875a0971 100644
(file)
--- a/
IkiWiki/Plugin/po.pm
+++ b/
IkiWiki/Plugin/po.pm
@@
-492,7
+492,7
@@
sub mynicepagetitle ($;$) { #{{{
my $res = $origsubs{'nicepagetitle'}->($page, $unescaped);
return $res unless istranslation($page);
- return $res.
" (".percenttranslated($page).")"
;
+ return $res.
' ('.percenttranslated($page).' %)'
;
} #}}}
# ,----