Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
124
def
_(msg: str) -> str:
125
""
"Gettext translator."
""
126
return
msg
if
console.options.ascii_only
else
translate.gettext(msg)
Callers
15
summary.py
File · 0.90
get_headers
Function · 0.90
get_history_headers
Function · 0.90
print_update_summary
Function · 0.90
print_short_summary
Function · 0.90
constants.py
File · 0.90
read_config
Method · 0.90
key_error
Method · 0.90
set_dpkg_option
Method · 0.90
print_license
Function · 0.90
options.py
File · 0.90
rich.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected