mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove unused file
This commit is contained in:
@@ -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,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user