aboutsummaryrefslogtreecommitdiff
path: root/_includes/i18n
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
commit419882a889df4198f1af811381f1958e23211ceb (patch)
treeeb611322296b785d74628234fb64eff93fda9ed2 /_includes/i18n
parentddb547694fbc649933328effd1ae08dab5eb1eea (diff)
added i18n + wip software postHEADmaster
Diffstat (limited to '_includes/i18n')
-rw-r--r--_includes/i18n/footer.ja.html16
-rw-r--r--_includes/i18n/footer.nl.html16
-rw-r--r--_includes/i18n/outdated.ja.html2
-rw-r--r--_includes/i18n/outdated.nl.html3
4 files changed, 37 insertions, 0 deletions
diff --git a/_includes/i18n/footer.ja.html b/_includes/i18n/footer.ja.html
new file mode 100644
index 0000000..8ec1a9b
--- /dev/null
+++ b/_includes/i18n/footer.ja.html
@@ -0,0 +1,16 @@
+<div class="column">
+ <span class="title">記事メタデータ</span>
+ <ul>
+ <li>{{ page.authors | map: 'nick' | sentence_join: 'nobody?' }}が書いた</li>
+ <li>最初{{ page.meta.date_initial | datefmt }}に投稿された</li>
+ <li>{{ page.meta.edits }}回変更された</li>
+ <li>最後{{ page.meta.date | datefmt }}にアップした</li>
+ </ul>
+</div>
+<div class="column">
+ <a href="/" class="title">{{ site.domain }}</a>
+ <ul>
+ <li>バージョン<code>{{ site.data.meta.slug }}</code> (<a href="https://git.pipeframe.xyz/lonkaars/blog">git</a>)</li>
+ <li>{{ site.data.meta.build_date | datefmt }}でビルドされた</li>
+ </ul>
+</div>
diff --git a/_includes/i18n/footer.nl.html b/_includes/i18n/footer.nl.html
new file mode 100644
index 0000000..1d7ae8a
--- /dev/null
+++ b/_includes/i18n/footer.nl.html
@@ -0,0 +1,16 @@
+<div class="column">
+ <span class="title">post info</span>
+ <ul>
+ <li>geschreven door {{ page.authors | map: 'nick' | sentence_join: 'niemand?' }}</li>
+ <li>voor het eerst op {{ page.meta.date_initial | datefmt }} gepubliceerd</li>
+ <li>{{ page.meta.edits }} keer bewerkt</li>
+ <li>laatste (huidige) versie {{ page.meta.date | datefmt }}</li>
+ </ul>
+</div>
+<div class="column">
+ <a href="/" class="title">{{ site.domain }}</a>
+ <ul>
+ <li>versie <code>{{ site.data.meta.slug }}</code> (<a href="https://git.pipeframe.xyz/lonkaars/blog">git</a>)</li>
+ <li>op {{ site.data.meta.build_date | datefmt }} voor het laatst gebouwd</li>
+ </ul>
+</div>
diff --git a/_includes/i18n/outdated.ja.html b/_includes/i18n/outdated.ja.html
new file mode 100644
index 0000000..9f987e8
--- /dev/null
+++ b/_includes/i18n/outdated.ja.html
@@ -0,0 +1,2 @@
+<p class="title">注意</p>
+<p>この記事は{{ include.date | datefmt }}以降更新されていないため、情報が正確でない可能性があります。ご了承いただきありがとうございます。</p>
diff --git a/_includes/i18n/outdated.nl.html b/_includes/i18n/outdated.nl.html
new file mode 100644
index 0000000..aa056b8
--- /dev/null
+++ b/_includes/i18n/outdated.nl.html
@@ -0,0 +1,3 @@
+<p class="title">Pas op</p>
+<p>Deze post is voor het laatst op {{ include.date | datefmt }} geupdatet, en kan daardoor
+mogelijk incorrecte of niet langer actuele informatie bevatten.</p>