From 557ff11a825e24625f3774753cca4cbf887d0158 Mon Sep 17 00:00:00 2001 From: yudejp Date: Sun, 30 May 2021 13:46:29 +0900 Subject: [PATCH] Add link to minecraft/ --- i18n.json | 2 +- pages/index.js | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n.json b/i18n.json index d3d78c3..bc87b7a 100644 --- a/i18n.json +++ b/i18n.json @@ -3,7 +3,7 @@ "defaultLocale": "ja", "pages": { "*": ["common"], - "/": ["index", "common"], + "/": ["index", "minecraft", "common"], "/profile": ["profile", "common"], "/status": ["status", "common"], "/house": ["house", "common"], diff --git a/pages/index.js b/pages/index.js index a0e43a6..4613ff3 100644 --- a/pages/index.js +++ b/pages/index.js @@ -20,6 +20,7 @@ export default function Index(props) { const house = t('house') const discord = t('discord') const mastodon = t('mastodon') + const minecraft = t('minecraft:title') return ( @@ -53,6 +54,11 @@ export default function Index(props) {
GitHub Organization
Gitea
{mastodon}
+
{minecraft} + + + +