mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
refactor
This commit is contained in:
@@ -5,7 +5,9 @@ vi.mock('vue-sonner', () => ({
|
||||
}));
|
||||
|
||||
vi.mock('vue-i18n', () => ({
|
||||
useI18n: () => ({ t: (key) => key })
|
||||
useI18n: () => ({ t: (key) => key ,
|
||||
locale: require('vue').ref('en')
|
||||
})
|
||||
}));
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user