MCPcopy Index your code
hub / github.com/archlinux/archinstall / tr

Function tr

archinstall/lib/translationhandler.py:276–277  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

274
275
276def tr(message: str) -> str:
277 return str(_DeferredTranslation(message))
278
279
280builtins._ = _DeferredTranslation # type: ignore[attr-defined]

Callers 15

_share_log_commandFunction · 0.90
runFunction · 0.90
preview_textMethod · 0.90
packages_textMethod · 0.90
select_seat_accessFunction · 0.90
showMethod · 0.90
package_detailsMethod · 0.90
_select_flavorMethod · 0.90
yesMethod · 0.90
noMethod · 0.90
_default_suffixMethod · 0.90
_translate_bindingsFunction · 0.90

Calls 1

Tested by

no test coverage detected