aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}