MCPcopy Create free account
hub / github.com/apache/echarts / getLocaleModel

Function getLocaleModel

src/core/locale.ts:71–73  ·  view source on GitHub ↗
(lang: string)

Source from the content-addressed store, hash-verified

69}
70
71export function getLocaleModel(lang: string): Model<LocaleOption> {
72 return localeModels[lang];
73}
74
75export function getDefaultLocaleModel(): Model<LocaleOption> {
76 return localeModels[DEFAULT_LOCALE];

Callers 3

_renderMonthTextMethod · 0.90
_renderWeekTextMethod · 0.90
formatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected