MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _

Function _

Scripts/ButSystem.py:2963–2967  ·  view source on GitHub ↗

Translate a short UI string based on session language.

(s: str)

Source from the content-addressed store, hash-verified

2961Args:
2962 m: Parameter.
2963
2964Returns:
2965 Varies.
2966"""
2967 txt = m.group(1)
2968
2969 # Skip Jinja placeholders / code-like segments
2970 if "{{" in txt or "{%" in txt:

Callers 9

newsFunction · 0.70
loginFunction · 0.70
device_accessFunction · 0.70
_face_detector_i18nFunction · 0.70
face_detector_pageFunction · 0.70
bountyFunction · 0.70
bounty_setFunction · 0.70
bounty_removeFunction · 0.70
discussion_sendFunction · 0.70

Calls 1

get_langFunction · 0.70

Tested by

no test coverage detected