Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "cfp-app", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"main": "deploy.mjs", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,4 +7,7 @@ import { createFluentVue } from 'fluent-vue'; | ||
const dates = ` | ||
date-approx = { DATETIME($date, year: \"numeric\", month: \"long\") } | ||
date-precise = { DATETIME($date, year: \"numeric\", month: \"long\", day: \"numeric\") } | ||
`; | ||
export const bundles = {}; | ||
@@ -21,2 +24,5 @@ export const defaultLocale = urlLocale() ?? Configuration['default_locale']; | ||
// Built-in date resource | ||
b.addResource(new FluentResource(dates)) | ||
const resources = ['cfp-form.ftl', 'events.ftl', 'languages.ftl']; | ||
@@ -23,0 +29,0 @@ for (const res of resources) { |
Sorry, the diff of this file is not supported yet
49220
525