]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/report_on_specific_markdown_implementation_used.mdwn
thank you; gettext
[git.ikiwiki.info.git] / doc / todo / report_on_specific_markdown_implementation_used.mdwn
index 59112697b54e973ea698943f64395d1b7bdf48f1..7efaca1d89dfed16fb7443e891cac9c4dedcde38 100644 (file)
@@ -2,3 +2,16 @@ The [[plugins/mdwn]] plugin can use one of several markdown implementations depe
 
 It would be good to have a way to report exactly which version ended up being chosen for a given invocation. Either as a verbose log message, or
 by setting a variable that could be echoed into content by another command. *— [[Jon]], 2021-11-08*.
+
+Patch: <https://github.com/jmtd/ikiwiki/commit/79297a0879e4f05f421b560bbbc74c2278dddc61>
+
+> +1 && LGTM, but i'm not sure that needs gettext since it's debugging? -- [[anarcat]]
+
+>> Thank you. RE gettext, I think there's value in localizing even debug messages. But
+>> I might have not approached it ideally, I did wonder whether instead of `gettext("mdwn: using Text::Markdown::markdown")`
+>> I should have done something like `"mdwn: ".gettext("using ")."Text::Markdown::markdown"`.
+>> I bow to the superior gettext knowledge of just about anyone. *— [[Jon]], 2021-11-10* 
+
+[[!tag patch]]
+[[!template id=gitbranch branch=jon/mdwn-debug-log-chosen-impl author="[[Jon]]"]]
+