From fabe1a17ae39e5f611a4c353f7381501056c72d2 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:23:22 +0900 Subject: [PATCH] fix --- locales/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 16a8332aa7..95d3d07778 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -10785,7 +10785,7 @@ export interface Locale extends ILocale { * クリップボード経由でのアップロード時の動作 */ "clipboardUploadBehavior": string; - + }; } declare const locales: { [lang: string]: Locale;