From c00d4f60a96cf0c66cd569cdf1200e4c27f4b49c Mon Sep 17 00:00:00 2001 From: yudejp Date: Sun, 20 Jun 2021 16:59:03 +0900 Subject: [PATCH] Add link to status.yude.jp --- locales/en/common.json | 3 ++- locales/ja/common.json | 3 ++- pages/components/Footer.js | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/locales/en/common.json b/locales/en/common.json index 762408c..6531347 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -5,5 +5,6 @@ "yes_playing": "Playing {{playing}}", "listening": "Listening to {{listening}}", "close": "Close", - "mutual": "Mutual links" + "mutual": "Mutual links", + "status": "Service status" } \ No newline at end of file diff --git a/locales/ja/common.json b/locales/ja/common.json index c77de84..b92e5e4 100644 --- a/locales/ja/common.json +++ b/locales/ja/common.json @@ -5,5 +5,6 @@ "yes_playing": "{{playing}} をプレイ中", "listening": "{{listening}} を再生中", "close": "閉じる", - "mutual": "相互リンク" + "mutual": "相互リンク", + "status": "サービスの状態" } \ No newline at end of file diff --git a/pages/components/Footer.js b/pages/components/Footer.js index ceb21bc..ce7faf3 100644 --- a/pages/components/Footer.js +++ b/pages/components/Footer.js @@ -19,6 +19,9 @@ export default function Footer(props) {
++ {t('status')} +