@webwriter/code
Version:
Write and run code as a code cell. Supports several languages (HTML, JavaScript/TypeScript, Python, Java, WebAssembly).
48 lines (47 loc) • 914 B
JSON
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"targetLocales": [
"de",
"ar",
"bg",
"cs",
"da",
"nl",
"et",
"fi",
"fr",
"el",
"hu",
"it",
"lv",
"lt",
"nb",
"pl",
"pt-PT",
"ro",
"ru",
"sk",
"sl",
"es",
"sv",
"tr",
"uk",
"pt-BR",
"ko",
"ja",
"id",
"zh-hans",
"zh-hant"
],
"tsConfig": "./tsconfig.json",
"output": {
"mode": "runtime",
"outputDir": "./localization/generated",
"localeCodesModule": "./localization/generated/locale-codes.js"
},
"interchange": {
"format": "xliff",
"xliffDir": "./localization"
}
}