]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix one more missing translation of Discussion.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 31 Jan 2007 07:10:11 +0000 (07:10 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 31 Jan 2007 07:10:11 +0000 (07:10 +0000)
IkiWiki/Plugin/inline.pm
debian/changelog
doc/bugs/Discussion_link_not_translated_in_post.mdwn

index 4bdb14032eb89b055aa8da3207228d3cee5b75c0..ec1cf0970dcdc21f12beba82e27c9bc8ed8aa288 100644 (file)
@@ -162,7 +162,7 @@ sub preprocess_inline (@) { #{{{
                                            (length $config{cgiurl} ||
                                             exists $links{$page."/".$discussionlink})) {
                                                $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) {
index 32a93e1a7ef2068233ba166065a07b2d75f8818a..b6c696960f8cc4c55915d339646064fcf9abacb1 100644 (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
 
   * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
index 500025fc0ab357445413729f5f79c9cebe26563f..9d69953abcc5bc7ec4dee51c65e4663a25db1b72 100644 (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
 >>>>>> my changes fixed the problem I reproduced. --[[Joey]]
+
+> Found and fixed one more, when per-post discussion links are used in a
+> blog. --[[Joey]]