chore: remove unused file

This commit is contained in:
Mauricio Siu
2024-12-10 21:53:32 -06:00
parent bbe72ad584
commit 9a65bf8e21

View File

@@ -1,24 +0,0 @@
/** @type {import('next-i18next').UserConfig} */
module.exports = {
fallbackLng: "en",
keySeparator: false,
i18n: {
defaultLocale: "en",
locales: [
"en",
"pl",
"ru",
"fr",
"de",
"tr",
"kz",
"zh-Hant",
"zh-Hans",
"fa",
"ko",
"pt-br",
"ja",
],
localeDetection: false,
},
};