UNPKG

@webwriter/timeline

Version:

Create/learn with a digital timeline and test your knowledge.

3 lines 234 B
import {sourceLocale, targetLocales} from './locale-codes.js'; import {configureLocalization} from '@lit/localize'; export default configureLocalization({sourceLocale, targetLocales, loadLocale: (locale) => import(`./${locale}.ts`)});