This commit is contained in:
syuilo
2024-08-27 08:29:25 +09:00
parent 21fc2595ce
commit 00025b0f76
4 changed files with 350 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
import { markRaw } from 'vue';
import type { Locale } from '../../../locales/index.js';
import { locale } from '@/config.js';
import { I18n } from '@/scripts/i18n.js';
import { I18n } from '@/to-be-shared/i18n.js';
export const i18n = markRaw(new I18n<Locale>(locale));