Skip to content

Commit

Permalink
add dutch (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey authored Jan 18, 2025
1 parent 7db33e2 commit 341aaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions src/lib/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const initLang = async () => {
register("ru", () => import("../i18n/ru.json"));
register("pt", () => import("../i18n/pt.json"));
register("pl", () => import("../i18n/pl.json"));
register("nl", () => import("../i18n/nl.json"));

await init({
fallbackLocale: defaultLocale,
Expand Down

0 comments on commit 341aaba

Please sign in to comment.