]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/hardcoded___34__Discussion__34___link.mdwn
web commit by http://joey.kitenet.net/
[ikiwiki.git] / doc / bugs / hardcoded___34__Discussion__34___link.mdwn
index fc8406d8704c000cbb569f13bbf5b5fc61656e36..bdfc2244908095adb03c2b96dea38869b6b2a98d 100644 (file)
@@ -12,15 +12,13 @@ ikiwiki sources:
 
 I hope it's a bug, not a feature, because I don't have the same
 problem with other links, for example "Edit", "RecentChanges"
-or "History".
-
---Pawel
+or "History". --Pawel
 
 > There are good reasons for feeding a full html link into the template,
 > rather than the urls used for the other links. For one, the Discussion
 > link needs to be different if the Discussion page doesn't yet exist.
 
->> You can always use <tmpl_if> and <tmpl_else> construct in that place ;) --Pawel
+>> You can always use `<tmpl_if>` and `<tmpl_else>` construct in that place ;) --Pawel
 
 >>> Not without duplicating the logic that constructs a link to an
 >>> existing/nonexisting page in two places, one in code in ikiwiki and one
@@ -38,5 +36,9 @@ or "History".
 >> In my wiki I use only Polish name of pages, so I would like to have
 >> dyskusja.html page, instead of discussion.html page. --Pawel
 
->>> I have an incomplete i10n patch for such hardcoded strings in the code, 
->>> which I hope to finish up eventually --[[Joey]]
+>>> Ikiwiki is now fully internationalised, so you can change the name of
+>>> the Discussion page and quite a lot more (but hardly everything) by
+>>> translating it. [[bugs/done]]! There's a `po/debconf.pot` in the source
+>>> now for translating. See [[translation]]. --[[Joey]]
+
+>>>> Joey, you're great! ;) Thanks a lot! I'll try ikiwiki l10n stuff soon. --Pawel
\ No newline at end of file