diff options
author | EuAndreh <eu@euandre.org> | 2021-07-14 13:13:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-14 13:17:14 -0300 |
commit | 2fe918260b62242dbd691c93e539a4886bb62900 (patch) | |
tree | ec1c7331065a784061b4d4d2a6e6a32c223564d2 | |
parent | TODOs.md: Add #task-f957647c-df05-c0c1-a38b-2e6faea99b8f (diff) | |
download | git-permalink-2fe918260b62242dbd691c93e539a4886bb62900.tar.gz git-permalink-2fe918260b62242dbd691c93e539a4886bb62900.tar.xz |
TODOs.md: Mark #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 as CANCELLED
-rw-r--r-- | TODOs.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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} |