Merge a1022a947d into 07eea0f484
This commit is contained in:
commit
9146a318ca
@ -5,7 +5,7 @@ import { createI18n } from 'vue-i18n';
|
||||
|
||||
const i18n = createI18n({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
locale: import.meta.env.VITE_LANGUAGE || 'en',
|
||||
messages,
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user