diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-07-09 22:10:02 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-07-09 22:10:02 +0200 |
commit | 419882a889df4198f1af811381f1958e23211ceb (patch) | |
tree | eb611322296b785d74628234fb64eff93fda9ed2 /_data | |
parent | ddb547694fbc649933328effd1ae08dab5eb1eea (diff) |
Diffstat (limited to '_data')
-rw-r--r-- | _data/i18n.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/_data/i18n.yml b/_data/i18n.yml new file mode 100644 index 0000000..370d9bc --- /dev/null +++ b/_data/i18n.yml @@ -0,0 +1,29 @@ +# header +home: + en: home + ja: ホーム +posts: + en: posts + ja: 記事 +tags: + en: tags + ja: タグ +top: + en: top + nl: kop + ja: 先頭 +bottom: + en: bottom + nl: staart + ja: 末尾 + +# posts/search page +search: + en: search + nl: zoekterm + ja: キーワード +go: + en: go + nl: zoeken + ja: 検索 + |