Skip to content

Commit

Permalink
delete i18next-icu
Browse files Browse the repository at this point in the history
  • Loading branch information
ketrinFox5 committed Feb 18, 2025
1 parent af5dac8 commit 923a16e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
2 changes: 1 addition & 1 deletion i18n.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import i18next from "i18next";
import Backend from "i18next-fs-backend";
import { LanguageDetector } from "i18next-http-middleware";
import { fileURLToPath } from "url";
import { dirname } from "path";;
import { dirname } from "path";

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Expand Down
79 changes: 1 addition & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"i18next-fs-backend": "^2.6.0",
"i18next-http-backend": "^3.0.2",
"i18next-http-middleware": "^3.7.1",
"i18next-icu": "^2.3.0",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 923a16e

Please sign in to comment.