UNPKG

@webwriter/code

Version:

Write and run code as a code cell. Supports several languages (HTML, JavaScript/TypeScript, Python, Java, WebAssembly).

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`)});