From 85f8dc848fdea89090eafa5bd558be2923722149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:47:45 +0900 Subject: [PATCH] =?UTF-8?q?enhance(Sponsor):=20=E3=82=B9=E3=83=9D=E3=83=B3?= =?UTF-8?q?=E3=82=B5=E3=83=BC=E4=B8=80=E8=A6=A7=E3=81=AB=E7=A9=BA=E3=81=84?= =?UTF-8?q?=E3=81=A6=E3=82=8B=E3=83=AD=E3=82=B4=E3=82=92=E3=81=84=E3=82=8C?= =?UTF-8?q?=E3=82=8B=20(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * enhance(Sponsor): スポンサー一覧に空いてるロゴをいれる * 文言の変更 --- components/index/Sponsors.vue | 10 ++++++++++ locales/ja-JP.yml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/components/index/Sponsors.vue b/components/index/Sponsors.vue index 101392d0..1cad66af 100644 --- a/components/index/Sponsors.vue +++ b/components/index/Sponsors.vue @@ -21,11 +21,19 @@ :style="(typeof sponsor.margin === 'string' && sponsor.margin !== 'true' ? sponsor.margin : undefined)" /> + +
{{ $t('_landing._sponsors.becomeASponsor') }}
+
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 9bbb5f04..bbdb9d3a 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -13,6 +13,7 @@ browse: "参照" settings: "設定" goToLegacyHub: "従来のMisskey Hub" contactUs: "お問い合わせ" +detail: "詳細" _error: notFound: "ページが見つかりませんでした" @@ -101,6 +102,7 @@ _landing: description: "Misskeyは非営利なため、開発資金は皆様からの寄付に頼っています。Misskeyを気に入られたら、今後も開発を続けられるようにぜひ支援をお願いします。" _sponsors: title: "スポンサー" + becomeASponsor: "スポンサーになる" _servers: title: "サーバー一覧"