* Fix one more missing translation of Discussion.
parent
2605d49d84
commit
2dc010d66a
|
@ -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) {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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]]
|
||||||
|
|
Loading…
Reference in New Issue