* Fix one more missing translation of Discussion.

master
joey 2007-01-31 07:10:11 +00:00
parent 2605d49d84
commit 2dc010d66a
3 changed files with 10 additions and 1 deletions

View File

@ -162,7 +162,7 @@ sub preprocess_inline (@) { #{{{
(length $config{cgiurl} || (length $config{cgiurl} ||
exists $links{$page."/".$discussionlink})) { exists $links{$page."/".$discussionlink})) {
$template->param(have_actions => 1); $template->param(have_actions => 1);
$template->param(discussionlink => htmllink($page, $params{page}, "Discussion", 1, 1)); $template->param(discussionlink => htmllink($page, $params{page}, gettext("Discussion"), 1, 1));
} }
} }
if (length $config{cgiurl} && defined $type) { if (length $config{cgiurl} && defined $type) {

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (1.42) UNRELEASED; urgency=low
* Fix one more missing translation of Discussion.
-- Joey Hess <joeyh@debian.org> Wed, 31 Jan 2007 02:08:57 -0500
ikiwiki (1.41) unstable; urgency=low ikiwiki (1.41) unstable; urgency=low
* Gettext 1.04 or up is needed for the OO interface that ikiwiki needs, * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,

View File

@ -53,3 +53,6 @@ can see "Discussion" link, instead of Polish "Dyskusja" link. --Pawel
>>>>>> Not really.. I was able to reproduce the problem you desciribed and >>>>>> Not really.. I was able to reproduce the problem you desciribed and
>>>>>> my changes fixed the problem I reproduced. --[[Joey]] >>>>>> my changes fixed the problem I reproduced. --[[Joey]]
> Found and fixed one more, when per-post discussion links are used in a
> blog. --[[Joey]]