Sharkey/src/client/sw/i18n.ts

4 lines
72 B
TypeScript
Raw Normal View History

2020-12-26 07:11:08 +02:00
import { I18n } from '@/i18n';
export const i18n = new I18n(_LOCALE_);