mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import i18n from "@/lib/i18n"
|
|
|
|
export const triggerModes: Record<number, string> = {
|
|
0: i18n.t("Always"),
|
|
1: i18n.t("Once"),
|
|
}
|