| 2 | |
| 3 | declare 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected