mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 18:48:31 +01:00
fix
This commit is contained in:
parent
a1bb95d5ec
commit
fabe1a17ae
1 changed files with 1 additions and 1 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -10785,7 +10785,7 @@ export interface Locale extends ILocale {
|
||||||
* クリップボード経由でのアップロード時の動作
|
* クリップボード経由でのアップロード時の動作
|
||||||
*/
|
*/
|
||||||
"clipboardUploadBehavior": string;
|
"clipboardUploadBehavior": string;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
declare const locales: {
|
declare const locales: {
|
||||||
[lang: string]: Locale;
|
[lang: string]: Locale;
|
||||||
|
|
Loading…
Reference in a new issue