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

15 lines (14 loc) • 515 B
JavaScript
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
};