mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
refactor: use lazy loading for localization files
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { createI18n } from 'vue-i18n';
|
||||
|
||||
import * as localizedStrings from '../localization/localizedStrings';
|
||||
import { getLocalizationStrings } from '../localization/index.js';
|
||||
|
||||
const localizedStrings = await getLocalizationStrings();
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'en',
|
||||
|
||||
Reference in New Issue
Block a user