diff options
author | EuAndreh <eu@euandre.org> | 2021-01-12 15:47:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-12 15:47:55 -0300 |
commit | 87172ad4dec3488cc2f28637ffb863020518aeea (patch) | |
tree | f9f71b5784cf2e604f46be6a5fbd5c4099566c6e /locale/eo/LC_MESSAGES/_tils | |
parent | Add another TIL on AWK: curl flags (diff) | |
download | euandre.org-87172ad4dec3488cc2f28637ffb863020518aeea.tar.gz euandre.org-87172ad4dec3488cc2f28637ffb863020518aeea.tar.xz |
Awk TIL: tweak introdction
Diffstat (limited to '')
-rw-r--r-- | locale/eo/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/locale/eo/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po b/locale/eo/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po index 7561292..5ed4783 100644 --- a/locale/eo/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po +++ b/locale/eo/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po @@ -170,12 +170,6 @@ msgid "" msgstr "" msgid "" -"As I experimented with [Neomutt](https://neomutt.org/), I wanted to keep " -"being able to enqueue emails for sending later like my previous setup, so " -"that I didn't rely on having an internet connection." -msgstr "" - -msgid "" "In the short Awk snippet, 3 things were new to me: the `match(...)`, " "`split(...)` and `for () {}`. The only other function I have ever used was " "`gsub(...)`, but these new ones felt similar enough that I could almost " @@ -187,6 +181,18 @@ msgstr "" msgid "I even did it incrementally:" msgstr "" +msgid "" +"As I experiment with [Neomutt](https://neomutt.org/), I wanted to keep being" +" able to enqueue emails for sending later like my previous setup, so that I " +"didn't rely on having an internet connection." +msgstr "" + +#~ msgid "" +#~ "As I experimented with [Neomutt](https://neomutt.org/), I wanted to keep " +#~ "being able to enqueue emails for sending later like my previous setup, so " +#~ "that I didn't rely on having an internet connection." +#~ msgstr "" + #~ msgid "I even did this incrementally:" #~ msgstr "" |