UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

27 lines (26 loc) 628 B
import { en_US as n } from "../../../translations/index.js"; const r = "en-US", s = n.en_US, c = { year: "numeric", month: "2-digit", day: "2-digit" }, S = ["constructor", "i18n", "watch", "preferredTranslations"], E = (e) => [ ...new Set( Object.keys(e).map((t) => t.replace(/_/g, "-")).sort() ) ], L = [ "da-DK", "de-DE", "en-US", "es-ES", "fi-FI", "fr-FR", "it-IT", "nl-NL", "no-NO", "pt-BR", "sv-SE" ]; export { c as DEFAULT_DATETIME_FORMAT, s as DEFAULT_TRANSLATIONS, S as EXCLUDE_PROPS, r as FALLBACK_LOCALE, L as SUPPORTED_LOCALES, E as getLocalesFromTranslationSourcesRecord };