mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
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": {
|
||||
/**
|
||||
|
|
|
@ -185,7 +185,6 @@ import { defaultStore } from '@/store.js';
|
|||
import { $i, iAmModerator } from '@/account.js';
|
||||
import { dateString } from '@/filters/date.js';
|
||||
import { confetti } from '@/scripts/confetti.js';
|
||||
import { defaultStore } from '@/store.js';
|
||||
import { misskeyApi } from '@/scripts/misskey-api.js';
|
||||
import { isFollowingVisibleForMe, isFollowersVisibleForMe } from '@/scripts/isFfVisibleForMe.js';
|
||||
import { useRouter } from '@/router/supplier.js';
|
||||
|
|
Loading…
Reference in a new issue