mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 22:58:06 -05:00
add more translation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ProjectStatusType } from "@/lib/types"
|
||||
import { LocaleTypes } from "@/app/i18n/settings"
|
||||
|
||||
export interface LangProps {
|
||||
@@ -5,3 +6,21 @@ export interface LangProps {
|
||||
lang: LocaleTypes
|
||||
}
|
||||
}
|
||||
|
||||
export type IThemeStatus = Partial<
|
||||
Record<
|
||||
ProjectStatusType,
|
||||
{
|
||||
label: string
|
||||
icon: any
|
||||
}
|
||||
>
|
||||
>
|
||||
|
||||
export type IThemesButton = Record<
|
||||
string,
|
||||
{
|
||||
label: string
|
||||
icon: any
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user