aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md2
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po9
-rw-r--r--locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po24
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po9
-rw-r--r--locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po24
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po9
-rw-r--r--locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po24
-rw-r--r--scripts/spelling/international.txt1
8 files changed, 68 insertions, 34 deletions
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
index 902f555..85b359d 100644
--- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
+++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
@@ -94,7 +94,7 @@ As time passes, the list would adjust based on the frequency of your choices.
I aimed for reusability, so that I could wrap diverse commands with `remembering` and it would be able to work. To accomplish that, a "profile" (the `-p something` part) stores data about different runs separately.
I took the idea of building something small with few dependencies to other places too:
-- the man pages are written in troff directly;
+- the manpages are written in troff directly;
- the tests are just more POSIX sh files;
- and a POSIX Makefile to `check` and `install`.
diff --git a/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index 8ddf70c..c293237 100644
--- a/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -138,9 +138,6 @@ msgid ""
"places too:"
msgstr ""
-msgid "the man pages are written in troff directly;"
-msgstr ""
-
msgid "the tests are just more POSIX sh files;"
msgstr ""
@@ -276,6 +273,12 @@ msgid ""
"[fzf](https://github.com/junegunn/fzf)."
msgstr ""
+msgid "the manpages are written in troff directly;"
+msgstr ""
+
+#~ msgid "the man pages are written in troff directly;"
+#~ msgstr ""
+
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
diff --git a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 2b3ab25..ee31de9 100644
--- a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -39,14 +39,6 @@ msgid ""
msgstr ""
msgid ""
-"This screencast is a simple demo of automating the installation of Alpine "
-"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
-"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
-"Makefiles glued together."
-msgstr ""
-
-msgid ""
"As of this writing, I just worked on it for 2~3 days, so everything is still"
" pretty ad-hoc."
msgstr ""
@@ -71,3 +63,19 @@ msgstr ""
msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+#~ msgid ""
+#~ "This screencast is a simple demo of automating the installation of Alpine "
+#~ "Linux 3.12.3 standard x86_64 with "
+#~ "[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+#~ "POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+#~ "Makefiles glued together."
+#~ msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index 8ddf70c..c293237 100644
--- a/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -138,9 +138,6 @@ msgid ""
"places too:"
msgstr ""
-msgid "the man pages are written in troff directly;"
-msgstr ""
-
msgid "the tests are just more POSIX sh files;"
msgstr ""
@@ -276,6 +273,12 @@ msgid ""
"[fzf](https://github.com/junegunn/fzf)."
msgstr ""
+msgid "the manpages are written in troff directly;"
+msgstr ""
+
+#~ msgid "the man pages are written in troff directly;"
+#~ msgstr ""
+
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
diff --git a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 2b3ab25..ee31de9 100644
--- a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -39,14 +39,6 @@ msgid ""
msgstr ""
msgid ""
-"This screencast is a simple demo of automating the installation of Alpine "
-"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
-"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
-"Makefiles glued together."
-msgstr ""
-
-msgid ""
"As of this writing, I just worked on it for 2~3 days, so everything is still"
" pretty ad-hoc."
msgstr ""
@@ -71,3 +63,19 @@ msgstr ""
msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+#~ msgid ""
+#~ "This screencast is a simple demo of automating the installation of Alpine "
+#~ "Linux 3.12.3 standard x86_64 with "
+#~ "[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+#~ "POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+#~ "Makefiles glued together."
+#~ msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index 8ddf70c..c293237 100644
--- a/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -138,9 +138,6 @@ msgid ""
"places too:"
msgstr ""
-msgid "the man pages are written in troff directly;"
-msgstr ""
-
msgid "the tests are just more POSIX sh files;"
msgstr ""
@@ -276,6 +273,12 @@ msgid ""
"[fzf](https://github.com/junegunn/fzf)."
msgstr ""
+msgid "the manpages are written in troff directly;"
+msgstr ""
+
+#~ msgid "the man pages are written in troff directly;"
+#~ msgstr ""
+
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
diff --git a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 2b3ab25..ee31de9 100644
--- a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -39,14 +39,6 @@ msgid ""
msgstr ""
msgid ""
-"This screencast is a simple demo of automating the installation of Alpine "
-"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
-"POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
-"Makefiles glued together."
-msgstr ""
-
-msgid ""
"As of this writing, I just worked on it for 2~3 days, so everything is still"
" pretty ad-hoc."
msgstr ""
@@ -71,3 +63,19 @@ msgstr ""
msgid "It assumes that `$HOME/.local/bin` is in `$PATH`."
msgstr ""
+
+msgid ""
+"This screencast is a simple demo of automating the installation of Alpine "
+"Linux 3.12.3 standard x86_64 with "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+"Makefiles glued together."
+msgstr ""
+
+#~ msgid ""
+#~ "This screencast is a simple demo of automating the installation of Alpine "
+#~ "Linux 3.12.3 standard x86_64 with "
+#~ "[AutoQEMU](https://git.euandreh.xyz/autoqemu), which is nothing more than "
+#~ "POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
+#~ "Makefiles glued together."
+#~ msgstr ""
diff --git a/scripts/spelling/international.txt b/scripts/spelling/international.txt
index bb64d1c..a4d0c9f 100644
--- a/scripts/spelling/international.txt
+++ b/scripts/spelling/international.txt
@@ -226,6 +226,7 @@ libedn
lockfile
lockfiles
lt
+manpages
memtable
memtables
merkle