fix #435 remove i18n (#451)

* fix #435 remove i18n
This commit is contained in:
Kalidou Diagne
2025-06-12 23:30:32 +08:00
committed by GitHub
parent a32832746c
commit fd0d52b6ec
135 changed files with 767 additions and 2813 deletions

View File

@@ -1,11 +1,4 @@
import { ProjectStatus } from "@/lib/types"
import { LocaleTypes } from "@/app/i18n/settings"
export interface LangProps {
params: {
lang: LocaleTypes
}
}
export type IThemeStatus = Partial<
Record<