refactor: format
This commit is contained in:
@@ -7,12 +7,12 @@ const en = await import("@lang/en.json");
|
||||
const fr = await import("@lang/fr.json");
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: getLang(),
|
||||
fallbackLocale: "en",
|
||||
messages: {
|
||||
en: en,
|
||||
fr: fr,
|
||||
},
|
||||
locale: getLang(),
|
||||
fallbackLocale: "en",
|
||||
messages: {
|
||||
en: en,
|
||||
fr: fr,
|
||||
},
|
||||
});
|
||||
|
||||
const pinia = createPinia();
|
||||
|
||||
Reference in New Issue
Block a user