diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-22 20:34:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-22 20:34:01 +0000 |
commit | ac1ffdb9106f3f8c862b741cb534f5a6292b0aec (patch) | |
tree | 8b33106d7f66d55bd5cf754ebdc81b2a671bb617 /doc/bugs | |
parent | da952c8d5a7dcbaa0461c3c83c5d977228c9784d (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/hardcoded___34__Discussion__34___link.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/bugs/hardcoded___34__Discussion__34___link.mdwn b/doc/bugs/hardcoded___34__Discussion__34___link.mdwn index cceae8efb..0444a1d2b 100644 --- a/doc/bugs/hardcoded___34__Discussion__34___link.mdwn +++ b/doc/bugs/hardcoded___34__Discussion__34___link.mdwn @@ -14,4 +14,13 @@ 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
\ No newline at end of file +--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. +> +> 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]] |