mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
rename
This commit is contained in:
@@ -9,7 +9,7 @@ const mocks = vi.hoisted(() => ({
|
||||
onUnblockChatbox: vi.fn()
|
||||
}));
|
||||
|
||||
vi.mock('../../../plugin', () => ({
|
||||
vi.mock('../../../plugins', () => ({
|
||||
i18n: {
|
||||
global: {
|
||||
t: (key) => key
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
statusClass,
|
||||
userImage
|
||||
} from '../../shared/utils';
|
||||
import { i18n } from '../../plugin';
|
||||
import { i18n } from '../../plugins';
|
||||
|
||||
const { t } = i18n.global;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user