diff options
author | intrigeri <intrigeri@web> | 2019-04-10 17:01:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-04-10 17:01:07 -0400 |
commit | 0f008fb0e620576e362b0aa2e155d029d172ab70 (patch) | |
tree | 2960ee6362a3a8ef63983233026fe0a86a8a06e4 /doc | |
parent | 9cfbbb3b33ad1b44de8beccb8905b9292b62a1f8 (diff) | |
download | ikiwiki-0f008fb0e620576e362b0aa2e155d029d172ab70.tar ikiwiki-0f008fb0e620576e362b0aa2e155d029d172ab70.tar.gz |
Submit branch for review.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn | 13 |
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]] |