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

Function setDefaultLocale

packages/cli/src/cli/loaders/_utils.ts:12–17  ·  view source on GitHub ↗
(locale: string)

Source from the content-addressed store, hash-verified

10 }
11 },
12 setDefaultLocale(locale: string) {
13 for (const loader of loaders) {
14 loader.setDefaultLocale?.(locale);
15 }
16 return this;
17 },
18 pull: async (locale, input) => {
19 let result: any = input;
20 for (let i = 0; i < loaders.length; i++) {

Callers

nothing calls this directly

Calls 1

setDefaultLocaleMethod · 0.80

Tested by

no test coverage detected