diff options
author | EuAndreh <eu@euandre.org> | 2021-07-06 16:55:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-06 16:55:05 -0300 |
commit | 8641024d41162a5f0909dfa9a574b931d272219d (patch) | |
tree | cb3368526356d02795f32d2f8d74c460d4691b19 /TODOs.md | |
parent | TODOs.md: Add #task-55fe6623-2bfc-49dd-061c-3899ae2b1c68 (diff) | |
download | git-permalink-8641024d41162a5f0909dfa9a574b931d272219d.tar.gz git-permalink-8641024d41162a5f0909dfa9a574b931d272219d.tar.xz |
TODOs.md: Add #task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ # Tasks +## TODO Support two categories of translations: mine and contributed {#task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00} +- TODO in 2021-07-06 + +--- + +For the translations that I write myself, I can do things such as give warnings and even enforce that they stay up-to-date. +I can't do the same for contributed translation, both because I shouldn't enforce things, but also people may always leave. + +Having two tiers of translations would allow for contributions to fit in the workflow when available, be updated when possible, and included when requested, without creating trouble for the ones I maintain. + +Things to consider from the viewpoint of the contributor: +- <input type="checkbox" disabled /> visibility when translations are missing; +- <input type="checkbox" disabled /> how to contribute; +- <input type="checkbox" disabled /> where to put translations; +- <input type="checkbox" disabled /> where to get `.po` files from. + ## TODO Investigate the accessibility and need for ARIA elements for manpages and markdown {#task-55fe6623-2bfc-49dd-061c-3899ae2b1c68} - TODO in 2021-07-06 |