{"version":3,"file":"i18n-DyCfVtBF.js","sources":["../../../app/javascript/entrypoints/shared/i18n.ts"],"sourcesContent":["import * as importedMessages from \"@/locales/translations.json\";\nimport { datetimeFormats } from \"@/entrypoints/shared/i18n_constants\";\nimport { createI18n } from \"vue-i18n\";\nimport type { Locale } from \"vue-i18n\";\n\n// If js i18n environment is not configured, we default to english\nif ( !window.__i18n ) {\n window.__i18n = {\n locale: \"en\",\n available: [\"en\"],\n translations: { \n en: {}\n },\n }\n};\n\nconst messages = {};\n\n// Dynamic import (just load messages for the enabled languages)\nwindow.__i18n.available.forEach((locale: Locale) => {\n messages[locale] = importedMessages[locale];\n});\n\nconst i18n = createI18n({\n locale: window.__i18n ? window.__i18n.locale : \"en\",\n messages,\n fallbackLocale: \"en\",\n datetimeFormats,\n warnHtmlInMessage: \"off\",\n});\n\n// Merge in custom js translations\nwindow.__i18n.available.forEach((locale: Locale) => {\n if (window.__i18n.translations[locale]) {\n i18n.global.mergeLocaleMessage(locale, window.__i18n.translations[locale]);\n }\n});\n\nexport { i18n };\n\nexport default i18n;\n"],"names":["messages","locale","importedMessages","i18n","createI18n","datetimeFormats"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qi7BAMM,OAAO,SACX,OAAO,OAAS,CACd,OAAQ,KACR,UAAW,CAAC,IAAI,EAChB,aAAc,CACZ,GAAI,CAAA,CAAC,CAET,GAGF,MAAMA,EAAW,CAAC,EAGlB,OAAO,OAAO,UAAU,QAASC,GAAmB,CACzCD,EAAAC,CAAM,EAAIC,EAAiBD,CAAM,CAC5C,CAAC,EAED,MAAME,EAAOC,EAAkB,CAC7B,OAAQ,OAAO,OAAS,OAAO,OAAO,OAAS,KAC/C,SAAAJ,EACA,eAAgB,KAChB,gBAAAK,EACA,kBAAmB,KACrB,CAAC,EAGD,OAAO,OAAO,UAAU,QAASJ,GAAmB,CAC9C,OAAO,OAAO,aAAaA,CAAM,GACnCE,EAAK,OAAO,mBAAmBF,EAAQ,OAAO,OAAO,aAAaA,CAAM,CAAC,CAE7E,CAAC"}