]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/hardcoded___34__Discussion__34___link.mdwn
* Initial work on internationalization of the program code. po/ikiwiki.pot
[ikiwiki.git] / doc / bugs / hardcoded___34__Discussion__34___link.mdwn
index 0444a1d2b1c68b9f166426be737fdefe7cd271ff..4436f71019d8ebdf00336a0a302247543672fc81 100644 (file)
@@ -19,8 +19,26 @@ or "History".
 > 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
+
+>>> Not without duplicating the logic that constructs a link to an
+>>> existing/nonexisting page in two places, one in code in ikiwiki and one
+>>> in the template. Not good design. --[[Joey]]
 > As noted in [[patchqueue/l10n]], there are some other places in ikiwiki
 > that hard code English strings, and I feel that using standard gettext
 > and po files is the best approach for these, although Recai suggested an
 > approach of translating the strings using a template file. --[[Joey]]
+
+>> You know that I rather prefer static templates, but it's your choice,
+>> of course.
+>> 
+>> BTW, is there a chance for configurable name of Discussion page?
+>> 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
+
+>>> 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]]