MCPcopy Index your code
hub / github.com/hoothin/UserScripts / i18n

Function i18n

Pagetual/pagetual.user.js:4158–4160  ·  view source on GitHub ↗
(name, param)

Source from the content-addressed store, hash-verified

4156 var enableDebug = true;
4157 var _GM_xmlhttpRequest, _GM_registerMenuCommand, _GM_notification, _GM_addStyle, _GM_openInTab, _GM_info, _GM_setClipboard;
4158 function i18n(name, param) {
4159 return i18nData[name] ? i18nData[name].replace("#t#", param) : name;
4160 }
4161
4162 function debug(str, title) {
4163 if (enableDebug) {

Callers 15

reachedLastPageMethod · 0.70
initPageMethod · 0.70
noValidContentMethod · 0.70
initMethod · 0.70
addToStageMethod · 0.70
initMethod · 0.70
initMethod · 0.70
getTempRuleMethod · 0.70
startMethod · 0.70
showFirstAlertFunction · 0.70
createImportBtnFunction · 0.70
initConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected