From 9a068578274a2210bb67cffc16b9ae05aa412218 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Fri, 22 Dec 2023 19:52:35 +0900 Subject: [PATCH] =?UTF-8?q?(add)=20=E3=83=AC=E3=82=AC=E3=82=B7=20=E3=82=B5?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/g/Footer.vue | 4 ++++ locales/ja-JP.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/components/g/Footer.vue b/components/g/Footer.vue index 06958091..581e0a3a 100644 --- a/components/g/Footer.vue +++ b/components/g/Footer.vue @@ -44,6 +44,9 @@
  • {{ $t('_links.title') }}
  • +
  • + {{ $t('goToLegacyHub') }} +
  • @@ -59,6 +62,7 @@ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 984ea675..416a0b48 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -6,6 +6,7 @@ copy: "コピー" share: "共有する" note: "ノート" other: "その他" +goToLegacyHub: "従来のMisskey Hub" _error: notFound: "ページが見つかりませんでした"