aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-14 13:13:56 -0300
committerEuAndreh <eu@euandre.org>2021-07-14 13:17:14 -0300
commit2fe918260b62242dbd691c93e539a4886bb62900 (patch)
treeec1c7331065a784061b4d4d2a6e6a32c223564d2 /TODOs.md
parentTODOs.md: Add #task-f957647c-df05-c0c1-a38b-2e6faea99b8f (diff)
downloadgit-permalink-2fe918260b62242dbd691c93e539a4886bb62900.tar.gz
git-permalink-2fe918260b62242dbd691c93e539a4886bb62900.tar.xz
TODOs.md: Mark #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 as CANCELLED
Diffstat (limited to 'TODOs.md')
-rw-r--r--TODOs.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index c6cabce..554f5c7 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -3,7 +3,16 @@
## TODO Fix empty HTML files for translated markdown in CI {#task-f957647c-df05-c0c1-a38b-2e6faea99b8f}
- TODO in 2021-07-14
-## TODO Also enforce translations in `assert-readme.sh` {#task-6946fc69-3f25-fc6b-5f4d-89cb940021f0}
+## CANCELLED Also enforce translations in `assert-readme.sh` {#task-6946fc69-3f25-fc6b-5f4d-89cb940021f0}
+- CANCELLED in 2021-07-14
+
+ After an initial attempt, I realized that the generated markdown output
+ depends on how mdpo emits the markdown, and that there are many ways to emit
+ semantically equivalent markdown.
+ One example is adding all the `[a link]: ...` to the bottom of the file
+ instead or where it was placed initially.
+ Since each README would have its own links, enforcing the translation becomes
+ less feasible.
- TODO in 2021-07-14
## DONE Stop guessing languages in `assert-manpages.sh` {#task-be785104-8bf8-4107-349f-ae859c1db153}