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)

15 lines (14 loc) 515 B
import { all_locales as o } from "../../../translations/index.js"; const c = "en-US", s = o.en_US, a = { year: "numeric", month: "2-digit", day: "2-digit" }, L = ["constructor", "i18n", "watch", "preferredTranslations"], n = (t) => [ ...new Set( Object.keys(t).map((e) => e.replace(/_/g, "-")).sort() ) ], A = n(o); export { a as DEFAULT_DATETIME_FORMAT, s as DEFAULT_TRANSLATIONS, L as EXCLUDE_PROPS, c as FALLBACK_LOCALE, A as SUPPORTED_LOCALES, n as getLocalesFromTranslationSourcesRecord };