misskey/src/client/sw/i18n.ts
2020-12-26 14:11:08 +09:00

3 lines
72 B
TypeScript

import { I18n } from '@/i18n';
export const i18n = new I18n(_LOCALE_);