UNPKG

@webwriter/slides

Version:

WIP - Present content as a sequence of screens (slides, tabs, etc.).

47 lines 751 B
{ "$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" } }