MCPcopy Create free account
hub / github.com/UI5/webcomponents / fetchI18nBundles

Function fetchI18nBundles

packages/base/src/UI5Element.ts:1388–1393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1386 }
1387
1388 static fetchI18nBundles() {
1389 return Promise.all(Object.entries(this.getMetadata().getI18n()).map(pair => {
1390 const { bundleName } = pair[1];
1391 return getI18nBundle(bundleName);
1392 }));
1393 }
1394
1395 static fetchCLDR() {
1396 if (this.getMetadata().needsCLDR()) {

Callers

nothing calls this directly

Calls 3

getI18nBundleFunction · 0.85
getI18nMethod · 0.80
getMetadataMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…