diff --git a/examples/locales/de.ftl b/examples/locales/de.ftl index 19db75e7..a0bc5725 100644 --- a/examples/locales/de.ftl +++ b/examples/locales/de.ftl @@ -16,4 +16,4 @@ multiline = eine mehrzeilige Nachricht, - um zu sehen, wie sie formatiert sind! + um zu sehen, wie sie formatiert ist! diff --git a/src/deps.ts b/src/deps.ts index 67d4a0af..2fa195ee 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -14,4 +14,4 @@ export { export { extname, join, SEP } from "https://deno.land/std@0.192.0/path/mod.ts"; -export { walk, walkSync } from "https://deno.land/std@0.224.0/fs/walk.ts"; +export { walk, walkSync } from "https://deno.land/std@0.192.0/fs/walk.ts"; diff --git a/src/i18n.ts b/src/i18n.ts index a9e7ffc3..05e9994b 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -1,4 +1,4 @@ -import { type Context, type HearsContext, type MiddlewareFn } from "./deps.ts"; +import type { Context, HearsContext, MiddlewareFn } from "./deps.ts"; import { Fluent } from "./fluent.ts"; import type { I18nConfig,