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} + + + +