| { | |
| "$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}" | |
| } | |
| } |