3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
import { I18n } from '@/i18n';
|
|
|
|
export const i18n = new I18n(_LOCALE_);
|