MCPcopy Index your code
hub / github.com/prose/prose / missing

Function missing

locale.js:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 return rep;
22 } else {
23 function missing() {
24 var missing = 'Missing ' + loc + ' translation: ' + s;
25 if (typeof console !== "undefined") console.error(missing);
26 return missing;
27 }
28
29 if (loc !== 'en') {
30 missing();

Callers 1

tFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…