fix locale handling
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { I18n } from '@/i18n';
|
||||
|
||||
export const i18n = new I18n(_LOCALE_);
|
||||
export const i18n = new I18n({
|
||||
// TODO
|
||||
});
|
||||
|
Reference in New Issue
Block a user