MCPcopy
hub / github.com/lingodotdev/lingo.dev / setDefaultLocale

Method setDefaultLocale

packages/cli/src/cli/loaders/_types.ts:22–22  ·  view source on GitHub ↗
(locale: string)

Source from the content-addressed store, hash-verified

20
21export interface ILoader<I, O, C = void> extends ILoaderDefinition<I, O, C> {
22 setDefaultLocale(locale: string): this;
23 init(): Promise<C>;
24 pull(locale: string, input: I): Promise<O>;
25 push(locale: string, data: O): Promise<I>;

Callers 15

status.tsFile · 0.80
purge.tsFile · 0.80
lockfile.tsFile · 0.80
i18n.tsFile · 0.80
cleanup.tsFile · 0.80
executeKeyCommandFunction · 0.80
createLoaderForTaskFunction · 0.80
frozenFunction · 0.80
json5.spec.tsFile · 0.80
xliff.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 3

createLoaderFunction · 0.64
createLoaderFunction · 0.64
createLoaderFunction · 0.64