Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lsqn committed Oct 8, 2024
1 parent e3c684b commit d17b785
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 408 deletions.
15 changes: 3 additions & 12 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5379,13 +5379,6 @@ export interface Locale extends ILocale {
"section3": string;
};
};
<<<<<<< HEAD
/**
* 自動生成
*/
"autoGenerated": string;
=======
>>>>>>> parent of ffceadae73 ((add) 緊急お知らせ・津波情報連携)
"_announcement": {
/**
* 既存ユーザーのみ
Expand Down Expand Up @@ -6998,7 +6991,7 @@ export interface Locale extends ILocale {
* 他のサーバーのLTLを覗けるやつ(最大数5)
*/
"remoteLocalTimelineAnyLimit": string;
/**
/**
* アンテナのインポートを許可
*/
"canImportAntennas": string;
Expand Down Expand Up @@ -9540,7 +9533,7 @@ export interface Locale extends ILocale {
* 予約投稿に失敗した
*/
"noteSchedulingFailed": string;
/**
/**
* エクスポートが完了した
*/
"exportCompleted": string;
Expand Down Expand Up @@ -10618,7 +10611,6 @@ export interface Locale extends ILocale {
*/
"native": string;
};
<<<<<<< HEAD
"_embedCodeGen": {
/**
* 埋め込みコードをカスタマイズ
Expand Down Expand Up @@ -10672,7 +10664,7 @@ export interface Locale extends ILocale {
* 生成されたコードをウェブサイトに貼り付けてご利用ください。
*/
"codeGeneratedDescription": string;
=======
};
"_defaultTimeline": {
/**
* デフォルトタイムライン
Expand All @@ -10698,7 +10690,6 @@ export interface Locale extends ILocale {
* グローバル
*/
"global": string;
>>>>>>> 3c13a8e7b5aec034988d789ea46107d98c9ad066
};
}
declare const locales: {
Expand Down
4 changes: 1 addition & 3 deletions packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import lightTheme from '@@/themes/l-light.json5';
import darkTheme from '@@/themes/d-green-lime.json5';
import { miLocalStorage } from './local-storage.js';
import { instance } from './instance.js';
import { directRenote } from './scripts/direct-renote.js';
import type { SoundType } from '@/scripts/sound.js';
import { Storage } from '@/pizzax.js';

Expand Down Expand Up @@ -642,9 +643,6 @@ interface Watcher {
/**
* 常にメモリにロードしておく必要がないような設定情報を保管するストレージ(非リアクティブ)
*/
import lightTheme from '@/themes/l-light.json5';
import darkTheme from '@/themes/d-green-lime.json5';
import { directRenote } from './scripts/direct-renote.js';

export class ColdDeviceStorage {
public static default = {
Expand Down
Loading

0 comments on commit d17b785

Please sign in to comment.