{
  "$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
  "sourceLocale": "en",
  "targetLocales": [
    "ru",
    "tr",
    "de",
    "es",
    "nl",
    "el",
    "fr",
    "sr",
    "pl",
    "uk",
    "zh",
    "zh-CN",
    "it",
    "cs",
    "no",
    "sv",
    "pt",
    "ja",
    "ko",
    "km"
  ],
  "tsConfig": "tsconfig.json",
  "output": {
    "mode": "runtime",
    "outputDir": "src/localization/locales",
    "localeCodesModule": "src/localization/locale-codes.ts"
  },
  "interchange": {
    "format": "xliff",
    "xliffDir": "i18n/"
  }
}
