MCPcopy
hub / github.com/volitank/nala / _

Function _

nala/__init__.py:124–126  ·  view source on GitHub ↗

Gettext translator.

(msg: str)

Source from the content-addressed store, hash-verified

122
123
124def _(msg: str) -> str:
125 """Gettext translator."""
126 return msg if console.options.ascii_only else translate.gettext(msg)

Callers 15

summary.pyFile · 0.90
get_headersFunction · 0.90
get_history_headersFunction · 0.90
print_update_summaryFunction · 0.90
print_short_summaryFunction · 0.90
constants.pyFile · 0.90
read_configMethod · 0.90
key_errorMethod · 0.90
set_dpkg_optionMethod · 0.90
print_licenseFunction · 0.90
options.pyFile · 0.90
rich.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected