import { defineI18n } from "fumadocs-core/i18n";
export const i18n = defineI18n({
defaultLanguage: "fa",
languages: ["en", "fa", "cn"],
fallbackLanguage: "fa",
parser: "dir",
});
Here is my i18n config
But It doesn't redirect me to the localhost:3000/fa based on the defaultLanguage
Do you have any useful way to solve this?
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.Community– Community Bot2025年11月10日 16:12:34 +00:00Commented Nov 10, 2025 at 16:12