UNPKG

@webwriter/slides

Version:

Present content as a sequence of slides or tabs.

84 lines (80 loc) 975 B
// Do not modify this file by hand! // Re-generate this file by running lit-localize. /** * The locale code that templates in this source code are written in. */ export const sourceLocale = `en`; /** * The other locale codes that this application is localized into. Sorted * lexicographically. */ export const targetLocales = [ `ar`, `bg`, `cs`, `da`, `de`, `el`, `es`, `et`, `fi`, `fr`, `hu`, `id`, `it`, `ja`, `ko`, `lt`, `lv`, `nb`, `nl`, `pl`, `pt-BR`, `pt-PT`, `ro`, `ru`, `sk`, `sl`, `sv`, `tr`, `uk`, `zh-hans`, `zh-hant`, ]; /** * All valid project locale codes. Sorted lexicographically. */ export const allLocales = [ `ar`, `bg`, `cs`, `da`, `de`, `el`, `en`, `es`, `et`, `fi`, `fr`, `hu`, `id`, `it`, `ja`, `ko`, `lt`, `lv`, `nb`, `nl`, `pl`, `pt-BR`, `pt-PT`, `ro`, `ru`, `sk`, `sl`, `sv`, `tr`, `uk`, `zh-hans`, `zh-hant`, ];