summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-07 12:10:12 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-07 12:10:12 +1000
commitd8ba3e16eef4855db6bfb311d1d01d93c1c01f01 (patch)
treeacd29788a2f293f4e24427bd052a51b4d73c3cfd /src
parent* add TOKEN and ITER env vars to identify test script (diff)
downloadserver-d8ba3e16eef4855db6bfb311d1d01d93c1c01f01.tar.xz
switch from il8next-node-fs-backend to il8next-fs-backend
Diffstat (limited to 'src')
-rw-r--r--src/api/middlewares/Translation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/middlewares/Translation.ts b/src/api/middlewares/Translation.ts
index 60ff4ad7..f3a4c8df 100644
--- a/src/api/middlewares/Translation.ts
+++ b/src/api/middlewares/Translation.ts
@@ -20,7 +20,7 @@ import fs from "fs";
 import path from "path";
 import i18next from "i18next";
 import i18nextMiddleware from "i18next-http-middleware";
-import i18nextBackend from "i18next-node-fs-backend";
+import i18nextBackend from "i18next-fs-backend";
 import { Router } from "express";
 
 const ASSET_FOLDER_PATH = path.join(__dirname, "..", "..", "..", "assets");