aboutsummaryrefslogtreecommitdiff
path: root/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-03 17:22:08 -0300
committerEuAndreh <eu@euandre.org>2020-11-03 17:27:04 -0300
commitf1fe3c26829d2e067d52a82f805893fb9848b6cc (patch)
tree8b69e2e9e8c38fdc8e11d68ee5bdaaa49239fcc3 /locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po
parentsync-translations.sh: Filter out templates/ (diff)
downloadeuandre.org-f1fe3c26829d2e067d52a82f805893fb9848b6cc.tar.gz
euandre.org-f1fe3c26829d2e067d52a82f805893fb9848b6cc.tar.xz
Add all generated .po files
Diffstat (limited to 'locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po')
-rw-r--r--locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po35
1 files changed, 35 insertions, 0 deletions
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po b/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po
new file mode 100644
index 0000000..774a2b4
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po
@@ -0,0 +1,35 @@
+#
+msgid ""
+msgstr ""
+
+msgid ""
+"title: Simple filename timestamp\n"
+"date: 2020-08-12\n"
+"layout: post\n"
+"lang: en\n"
+"ref: simple-filename-timestamp"
+msgstr ""
+
+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 "
+"simple solution: `date -I`."
+msgstr ""
+
+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 ""
+
+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` "
+"(`s` here stands for seconds) are the thing that I'm looking for 95% of the "
+"time:"
+msgstr ""
+
+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) "
+"with no extra effort or tool required."
+msgstr ""