From 66532333cde955778b52ea19e0697fcd41c8bed7 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: Wed, 15 Jan 2025 11:34:40 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20locale=E3=81=AE=E5=9E=8B?= =?UTF-8?q?=E3=82=92=E7=94=9F=E6=88=90=20(#15285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 001dca29aa5f..8bd0e647b15d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -210,6 +210,10 @@ export interface Locale extends ILocale { * リンクをコピー */ "copyLink": string; + /** + * リモートのリンクをコピー + */ + "copyRemoteLink": string; /** * リノートのリンクをコピー */