@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
14 lines (12 loc) • 452 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
//#region src/defaultValues/internationalization.ts
const LOCALES = ["en"];
const REQUIRED_LOCALES = [];
const DEFAULT_LOCALE = "en";
const STRICT_MODE = "inclusive";
//#endregion
exports.DEFAULT_LOCALE = DEFAULT_LOCALE;
exports.LOCALES = LOCALES;
exports.REQUIRED_LOCALES = REQUIRED_LOCALES;
exports.STRICT_MODE = STRICT_MODE;
//# sourceMappingURL=internationalization.cjs.map