🎨
This commit is contained in:
Vendored
+10
-2
@@ -2053,9 +2053,17 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"native": string;
|
||||
/**
|
||||
* メニューをドロワーで表示しない
|
||||
* メニューのスタイル
|
||||
*/
|
||||
"disableDrawer": string;
|
||||
"menuStyle": string;
|
||||
/**
|
||||
* ドロワー
|
||||
*/
|
||||
"drawer": string;
|
||||
/**
|
||||
* ポップアップ
|
||||
*/
|
||||
"popup": string;
|
||||
/**
|
||||
* ノートのアクションをホバー時のみ表示する
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user