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