@adyen/adyen-platform-experience-web
Version:

27 lines (26 loc) • 628 B
JavaScript
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
};