Skip to content

Commit

Permalink
fix: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
strbit committed Sep 11, 2024
1 parent 2fc7c86 commit 76deb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/locales/de.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ multiline =
eine
mehrzeilige
Nachricht,
um zu sehen, wie sie formatiert sind!
um zu sehen, wie sie formatiert ist!
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export {

export { extname, join, SEP } from "https://deno.land/[email protected]/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";
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 76deb15

Please sign in to comment.