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;