aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src')
-rw-r--r--FrontEnd/src/i18n.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/i18n.ts b/FrontEnd/src/i18n.ts
index 8caf51ec..5f71c7ea 100644
--- a/FrontEnd/src/i18n.ts
+++ b/FrontEnd/src/i18n.ts
@@ -51,7 +51,7 @@ export const i18nPromise = i18n
fallbackLng: false,
lowerCaseLng: true,
- debug: process.env.NODE_ENV === "development",
+ debug: import.meta.env.DEV,
interpolation: {
escapeValue: false, // not needed for react!!