From 861ec3fa71d8f02c533eb3cf03a23884b8c35f7c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 30 Apr 2025 06:54:25 -0300 Subject: Makefile: Include call to po4a(1) in build --- po/euandre.org.pot | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'po/euandre.org.pot') diff --git a/po/euandre.org.pot b/po/euandre.org.pot index 1f981b1..a33fea0 100644 --- a/po/euandre.org.pot +++ b/po/euandre.org.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-04-30 04:52-0300\n" +"POT-Creation-Date: 2025-04-30 06:38-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,13 +38,29 @@ msgid "" msgstr "" #. type: Title = -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:1 +#: src/content/en/til/index.adoc:1 +#, no-wrap +msgid "Today I Learned" +msgstr "" + +#. type: Plain text +#: src/content/en/til/index.adoc:6 +msgid "**T**oday **I** **L**earned: small entries of useful knowledge." +msgstr "" + +#. type: Plain text +#: src/content/en/til/index.adoc:7 +msgid "Shameless rip-off of {anna-e-so}[Anna e só]." +msgstr "" + +#. type: Title = +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:1 #, no-wrap msgid "Simple filename timestamp" msgstr "" #. type: Plain text -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:7 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:7 msgid "" "When writing Jekyll posts or creating log files with dates on them, I " "usually struggle with finding a direct way of accomplishing that. There's a " @@ -52,7 +68,7 @@ msgid "" msgstr "" #. type: delimited block - -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:12 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:12 #, no-wrap msgid "" "./my-program.sh > my-program.$(date -I).log\n" @@ -60,14 +76,14 @@ msgid "" msgstr "" #. type: Plain text -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:16 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:16 msgid "" "Using this built-in GNU/Linux tool allows you to `touch $(date -I).md` to " "readily create a `2020-08-12.md` file." msgstr "" #. type: Plain text -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:20 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:20 msgid "" "I always had to read `man date` or search the web over and over, and after " "doing this repeatedly it became clear that both `date -I` and `date -Is` " @@ -76,7 +92,7 @@ msgid "" msgstr "" #. type: delimited block - -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:27 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:27 #, no-wrap msgid "" "# inside my-program.sh\n" @@ -86,7 +102,7 @@ msgid "" msgstr "" #. type: Plain text -#: src/content/en/tils/2020/08/12/filename-timestamp.adoc:31 +#: src/content/en/til/2020/08/12/filename-timestamp.adoc:31 msgid "" "Both date formats are hierarchical, having the bigger time intervals to the " "left. This means that you can easily sort them (and even tab-complete them) " -- cgit v1.2.3