aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn b/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn
index 690f89d5d..92140b32a 100644
--- a/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn
+++ b/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn
@@ -1,4 +1,4 @@
-[[!template id=gitbranch branch=feature/15355-po-plugin-disable-languages author="[[hefee]]"]]
+[[!template id=gitbranch branch=feature/15355-po-plugin-disable-languages author="[[intrigeri]]"]]
`po_disabled_languages` is used to disable languages on the website. It
can be used to prepare new translations, while it will hide those from
@@ -20,3 +20,14 @@ See also downstream bug report in tails: <https://labs.riseup.net/code/issues/15
> to monkey-patch ikiwiki internals. If this plugin is important to you,
> more test coverage would be very much appreciated.
> --[[smcv]]
+
+>> I've put this branch into a shape that I now dare submitting:
+>> https://salsa.debian.org/tails-team/ikiwiki/tree/feature/15355-po-plugin-disable-languages.
+>> It adds a little bit test coverage in the form of integration tests
+>> for the proposed feature, that incidentally exercise the rest of the
+>> basic functionality of the PO plugin.
+>> Credits go to hefee for the initial work; I merely did a lot of polishing.
+>> Happy to squash all this into a single commit if you prefer.
+>> --[[intrigeri]]
+
+[[!tags patch]]