(pathname: string)
| 25 | export const LOCALE_HEADER = "x-opencode-locale" as const |
| 26 | |
| 27 | function fix(pathname: string) { |
| 28 | if (pathname.startsWith("/")) return pathname |
| 29 | return `/${pathname}` |
| 30 | } |
| 31 | |
| 32 | const LABEL = { |
| 33 | en: "English", |
no outgoing calls
no test coverage detected