Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChinaGodMan/UserScripts
/ get
Function
get
web-clipper/web-clipper.user.js:400–404 ·
view source on GitHub ↗
(target, prop)
Source
from the content-addressed store, hash-verified
398
},
399
{
400
get(target, prop) {
401
const
lang = userLang
402
const
strings = getTranslations(lang)
403
return
strings[prop] || translations[
'en'
][prop]
404
}
405
}
406
)
407
Callers
nothing calls this directly
Calls
1
getTranslations
Function · 0.70
Tested by
no test coverage detected