MCPcopy
hub / github.com/xintaofei/codeg / AppConfig

Interface AppConfig

src/i18n/global.d.ts:4–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module "next-intl" {
4 interface AppConfig {
5 Locale:
6 | "en"
7 | "zh-CN"
8 | "zh-TW"
9 | "ja"
10 | "ko"
11 | "es"
12 | "de"
13 | "fr"
14 | "pt"
15 | "ar"
16 Messages: typeof enMessages
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected