This commit is contained in:
pa
2026-03-10 17:44:15 +09:00
parent 17b582c904
commit ff1529920b
237 changed files with 419 additions and 419 deletions

View File

@@ -9,7 +9,7 @@ const mocks = vi.hoisted(() => ({
onUnblockChatbox: vi.fn()
}));
vi.mock('../../../plugin', () => ({
vi.mock('../../../plugins', () => ({
i18n: {
global: {
t: (key) => key

View File

@@ -16,7 +16,7 @@ import {
statusClass,
userImage
} from '../../shared/utils';
import { i18n } from '../../plugin';
import { i18n } from '../../plugins';
const { t } = i18n.global;

View File

@@ -2,7 +2,7 @@ import { ArrowRight, Download } from 'lucide-vue-next';
import Location from '@/components/Location.vue';
import { TooltipWrapper } from '@/components/ui/tooltip';
import { i18n } from '@/plugin';
import { i18n } from '@/plugins';
import { formatDateFilter, statusClass } from '@/shared/utils';
const { t } = i18n.global;