aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-25 12:11:29 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 12:11:29 -0300
commit2626d639f1ce71397612ef77b638f90a7cffb3db (patch)
tree64861f95b4d3c33e8ed017b218aa9232cb3f4345 /TODOs.md
parentgit mv po/ doc/po/ (diff)
downloadgit-permalink-2626d639f1ce71397612ef77b638f90a7cffb3db.tar.gz
git-permalink-2626d639f1ce71397612ef77b638f90a7cffb3db.tar.xz
TODOs.md: Mark #task-4ae91595-6e6d-be17-d882-754a478da878 as DONE
Diffstat (limited to 'TODOs.md')
-rw-r--r--TODOs.md47
1 files changed, 46 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index 24f4455..0d225bd 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -120,7 +120,52 @@ See `man man.1` for reference.
[`1dff45eb075a8717a65c2a79e454b6e61c52f14d`](https://git.euandreh.xyz/git-permalink/commit/?id=1dff45eb075a8717a65c2a79e454b6e61c52f14d).
- TODO in 2021-06-21
-## TODO Use `hunspell` for checking spelling mistakes in translations {#task-4ae91595-6e6d-be17-d882-754a478da878}
+## DONE Use `hunspell` for checking spelling mistakes in translations {#task-4ae91595-6e6d-be17-d882-754a478da878}
+- DONE in 2021-06-25
+
+ It is not included in the `dev-check` target because of errors of `iconv` and UTF-8:
+
+```text
+$ ./aux/guix/with-container.sh 'make spellcheck'
+sh aux/workflow/assert-spelling.sh -l 'pt fr eo en'
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: UTF-8 -> ANSI_X3.4-1968
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+error - iconv: ANSI_X3.4-1968 -> UTF-8
+public/fr/git-permalink.1.html:25: Locate: rer | Try: RER
+public/fr/git-permalink.1.html:29: Locate: remote | Try: remonte
+public/fr/git-permalink.1.html:29: Locate: origin | Try: origine
+public/fr/git-permalink.1.html:29: Locate: mod | Try: dom
+public/fr/git-permalink.1.html:30: Locate: apr | Try: par
+public/fr/git-permalink.1.html:34: Locate: sactiv | Try: activit
+public/fr/git-permalink.1.html:34: Locate: activit | Try: activait
+public/fr/git-permalink.1.html:48: Locate: RENCES | Try: RENDES
+public/fr/git-permalink.1.html:49: Locate: rences | Try: rendes
+public/fr/git-permalink.1.html:52: Locate: git | Try: g
+public/fr/git-permalink.1.html:52: Locate: berg | Try: ber
+public/fr/git-permalink.1.html:54: Locate: git | Try: g
+```
+
+ This will be dealt with elsewhere (probably in my website's repository).
+ The separate `spellcheck` target is enough.
+
+ Done in
+ [`f4deaf6bd66ed07cab897002c4cacd2e28027552`](https://git.euandreh.xyz/git-permalink/commit/?id=f4deaf6bd66ed07cab897002c4cacd2e28027552).
- TODO in 2021-06-21
## CANCELLED Consider `-?` flag for showing the help message {#task-fbc4e2cc-b9e0-53e2-6b0a-8ec118962046}