blob: 9084dd4f9736ff1e1f5124f0a1590316d1af1187 [file] [log] [blame]
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"targetLocales": ["{TARGET_LOCALES}"],
"inputFiles": [
"docs/**/*.(js|ts)",
"src/**/*.(js|ts)"
],
"output": {
"mode": "runtime",
"outputDir": "{OUTPUT_DIR}",
"localeCodesModule": "{OUTPUT_DIR}/{LOCALE_CODES_FILE}"
},
"interchange": {
"format": "xliff",
"xliffDir": "{SOURCE_DIR}"
}
}