UNPKG

mapomodule

Version:

Mapo is a nuxt module that helps in the creation of Administration Panels.

141 lines (131 loc) 3.16 kB
// @ts-nocheck export const localeCodes = [ "en", "it" ] export const localeLoaders = { en: [ { key: "locale_en_45US_46ts_edb3a432", load: () => import("#nuxt-i18n/edb3a432" /* webpackChunkName: "locale_en_45US_46ts_edb3a432" */), cache: true } ], it: [ { key: "locale_it_45IT_46ts_41efa4a3", load: () => import("#nuxt-i18n/41efa4a3" /* webpackChunkName: "locale_it_45IT_46ts_41efa4a3" */), cache: true } ] } export const vueI18nConfigs = [] export const nuxtI18nOptions = { restructureDir: "i18n", experimental: { localeDetector: "", switchLocalePathLinkSSR: false, autoImportTranslationFunctions: false, typedPages: true, typedOptionsAndMessages: false, generatedLocaleFilePathFormat: "absolute", alternateLinkCanonicalQueries: false, hmr: true }, bundle: { compositionOnly: true, runtimeOnly: false, fullInstall: true, dropMessageCompiler: false, optimizeTranslationDirective: true }, compilation: { jit: true, strictMessage: true, escapeHtml: false }, customBlocks: { defaultSFCLang: "json", globalSFCScope: false }, locales: [ { code: "en", name: "English", iso: "en-US", files: [ "/Volumes/Development/Lotrek/Projects/mapo/packages/@mapomodule/uikit/i18n/locales/en-US.ts" ] }, { code: "it", name: "Italiano", iso: "it-IT", files: [ "/Volumes/Development/Lotrek/Projects/mapo/packages/@mapomodule/uikit/i18n/locales/it-IT.ts" ] } ], defaultLocale: "en", defaultDirection: "ltr", routesNameSeparator: "___", trailingSlash: false, defaultLocaleRouteNameSuffix: "default", strategy: "no_prefix", lazy: true, langDir: "locales", rootRedirect: undefined, detectBrowserLanguage: { alwaysRedirect: false, cookieCrossOrigin: false, cookieDomain: null, cookieKey: "i18n_redirected", cookieSecure: false, fallbackLocale: "", redirectOn: "root", useCookie: true }, differentDomains: false, baseUrl: "", customRoutes: "page", pages: {}, skipSettingLocaleOnNavigate: false, types: "composition", debug: false, parallelPlugin: false, multiDomainLocales: false, i18nModules: [] } export const normalizedLocales = [ { code: "en", name: "English", iso: "en-US", files: [ { path: "/Volumes/Development/Lotrek/Projects/mapo/packages/@mapomodule/uikit/i18n/locales/en-US.ts", cache: undefined } ] }, { code: "it", name: "Italiano", iso: "it-IT", files: [ { path: "/Volumes/Development/Lotrek/Projects/mapo/packages/@mapomodule/uikit/i18n/locales/it-IT.ts", cache: undefined } ] } ] export const NUXT_I18N_MODULE_ID = "@nuxtjs/i18n" export const parallelPlugin = false export const isSSG = false export const hasPages = true export const DEFAULT_COOKIE_KEY = "i18n_redirected" export const DEFAULT_DYNAMIC_PARAMS_KEY = "nuxtI18nInternal" export const SWITCH_LOCALE_PATH_LINK_IDENTIFIER = "nuxt-i18n-slp" /** client **/ /** client-end **/