feat(lite): set default language to English (#6442)

See https://xcp-ng.org/forum/topic/4731/xen-orchestra-lite/48?_=1664781482177
This commit is contained in:
Pierre Donias 2022-10-03 17:24:06 +02:00 committed by Julien Fontanet
parent 7f3d25964f
commit 4621fb4e9b

View File

@ -3,7 +3,7 @@ import en from "@/locales/en.json";
import fr from "@/locales/fr.json";
export default createI18n<[typeof en], "en" | "fr">({
locale: "fr",
locale: "en",
fallbackLocale: "en",
messages: {
en,