@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
9 lines (8 loc) • 297 B
JavaScript
//#region src/defaultValues/internationalization.ts
const LOCALES = ["en"];
const REQUIRED_LOCALES = [];
const DEFAULT_LOCALE = "en";
const STRICT_MODE = "inclusive";
//#endregion
export { DEFAULT_LOCALE, LOCALES, REQUIRED_LOCALES, STRICT_MODE };
//# sourceMappingURL=internationalization.mjs.map