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: "センシティブ設定されたメディアを隠す"