MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / collect_i18n_values

Function collect_i18n_values

plugin/app/cache/bundle.py:27–29  ·  view source on GitHub ↗
(yaml_content: str)

Source from the content-addressed store, hash-verified

25
26
27def collect_i18n_values(yaml_content: str):
28 pattern = re.compile(r'i18n:[\w_]+')
29 return pattern.findall(yaml_content)
30
31
32def load_bundle_data() -> List[str]:

Callers 1

load_bundle_dataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected