From 486d20d1f9aef2df3e218128b71bce9e8ce3d218 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:28:15 +0900 Subject: [PATCH 1/3] chore: remove link to fork since upstream added feature to link to fork --- packages/frontend/src/pages/about-misskey.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 95a40db47226..cf8f6f197839 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -34,11 +34,6 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._aboutMisskey.source }} ({{ i18n.ts._aboutMisskey.original }}) - - - {{ i18n.ts._aboutMisskey.forkSource }} - - {{ i18n.ts._aboutMisskey.translation }} From 6c33b3921782f27ca68b0293ee4ba22c4748a110 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:37:04 +0900 Subject: [PATCH 2/3] =?UTF-8?q?docs(changelog):=20=E3=81=93=E3=81=AE?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AF=E3=81=B8=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=8Cmisskey=E6=A8=99=E6=BA=96=E3=81=AE?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=81=AB=E5=A4=89=E6=9B=B4=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=8A=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1f0b67f47..8f3153b95a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Client - センシティブチャンネルのNoteの畳まれ方がソフトミュートと同様になりました。 +- このフォークへのリンクがmisskey標準のものに変更になりました。 ## 2024.2.0 From cf4af855c45541c46e770738aaa66e94f41919fd Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:39:07 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9FforkSourc?= =?UTF-8?q?e=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ---- locales/ja-JP.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index d6334a111d8a..7c81f005f8e8 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6897,10 +6897,6 @@ export interface Locale extends ILocale { * このサーバーで使用しているforkの全てのコントリビューター */ "allForkContributors": string; - /** - * このサーバーで使用しているforkのソースコード - */ - "forkSource": string; }; "_displayOfSensitiveMedia": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5966ada951f5..ed892bea76c3 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1799,7 +1799,6 @@ _aboutMisskey: projectMembers: "プロジェクトメンバー" forkContributors: "このサーバーで使用しているforkの主要な開発者" allForkContributors: "このサーバーで使用しているforkの全てのコントリビューター" - forkSource: "このサーバーで使用しているforkのソースコード" _displayOfSensitiveMedia: respect: "センシティブ設定されたメディアを隠す"