MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / isChineseLocale

Function isChineseLocale

packages/tools/src/utils/format.ts:7–9  ·  view source on GitHub ↗
(locale?: string)

Source from the content-addressed store, hash-verified

5 */
6
7export function isChineseLocale(locale?: string): boolean {
8 return locale?.startsWith('zh') ?? false
9}
10
11export const i18nTexts = {
12 allTime: { zh: '全部时间', en: 'All time' },

Callers 10

handlerFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
tFunction · 0.70
formatTimeRangeFunction · 0.70
formatMessageCompactFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected