1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 06:25:52 +02:00
This commit is contained in:
syuilo
2026-02-17 08:46:51 +09:00
parent 07909ab228
commit 8bd2003a38
3 changed files with 45 additions and 5 deletions

View File

@@ -13266,4 +13266,14 @@ export interface Locale extends ILocale {
*/
"mfm": string;
};
"_room": {
/**
* グリッドにスナップ
*/
"snapToGrid": string;
/**
* グリッドサイズ
*/
"gridScale": string;
};
}