fixes for build
This commit is contained in:
parent
a1c4bb49ab
commit
4cba570f49
2 changed files with 6 additions and 3 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -897,11 +897,11 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"stopActivityDelivery": string;
|
||||
/**
|
||||
* このインスタンスをブロック
|
||||
* このサーバーをブロック
|
||||
*/
|
||||
"blockThisInstance": string;
|
||||
/**
|
||||
* インスタンスをサイレンス
|
||||
* サーバーをサイレンス
|
||||
*/
|
||||
"silenceThisInstance": string;
|
||||
/**
|
||||
|
@ -9090,6 +9090,10 @@ export interface Locale extends ILocale {
|
|||
* グローバル
|
||||
*/
|
||||
"global": string;
|
||||
/**
|
||||
* バッッブル
|
||||
*/
|
||||
"bubble": string;
|
||||
};
|
||||
"_play": {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue