MCPcopy
hub / github.com/xifangczy/cat-catch / i18n

Function i18n

catch-script/webrtc.js:330–333  ·  view source on GitHub ↗
(key, original = "")

Source from the content-addressed store, hash-verified

328 });
329 }
330 function i18n(key, original = "") {
331 if (!window.CatCatchI18n) { return original };
332 return window.CatCatchI18n[key][language];
333 }
334})();

Callers 10

webrtc.jsFile · 0.70
constructFunction · 0.70
i18n.jsFile · 0.50
popup.jsFile · 0.50
catDownloadFunction · 0.50
showSegmentFunction · 0.50
catDownloadMethod · 0.50
parseTsFunction · 0.50
m3u8.jsFile · 0.50
mergeTsNewFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected