diff options
author | hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3 <hefee@web> | 2018-11-07 04:54:45 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-11-07 04:54:45 -0400 |
commit | eb9353384294964372349deba7a2b016e793b290 (patch) | |
tree | d9744d906f4bad1965fea1fb72ee0a221705e2ac /doc/todo | |
parent | a38f97554ccd8ee1ae80a5a7e881895c44d98386 (diff) | |
download | ikiwiki-eb9353384294964372349deba7a2b016e793b290.tar ikiwiki-eb9353384294964372349deba7a2b016e793b290.tar.gz |
update description & remove tag patch
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn | 8 |
1 files changed, 5 insertions, 3 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 aecfa68d3..e3a57e184 100644 --- a/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn +++ b/doc/todo/_Add_ikiwiki_PO-Plugin_to_ignore_languages.mdwn @@ -1,7 +1,9 @@ -[[!tag patch]] [[!template id=gitbranch branch=feature/15355-po-plugin-disable-languages author="[[hefee]]"]] -In order to be able to prepare more translations before publishing them, it is a good a idea to have disabled languages. -Currently there are some small issues that need to cleanup before able to push this into ikiwiki upstream. +`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 +the end-user. More precisely, PO files for these languages are updated +normally, however, HTML creation will be disabled and no reference to +these translations will be visible on the website. See also downstream bug report in tails: <https://labs.riseup.net/code/issues/15355> |