diff --git a/next-i18next.config.js b/next-i18next.config.js index 02de282..d74375d 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -2,6 +2,6 @@ module.exports = { i18n: { defaultLocale: "en", - locales: ["en", "de"], + locales: ["en"], }, }; diff --git a/public/locales/de/common.json b/public/locales/de/common.json deleted file mode 100644 index b4cce72..0000000 --- a/public/locales/de/common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "user_administration": "TEST, TEST, TEST" -} \ No newline at end of file