MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / dgettext

Function dgettext

tools/python-3.11.9-amd64/Lib/gettext.py:578–583  ·  view source on GitHub ↗
(domain, message)

Source from the content-addressed store, hash-verified

576
577
578def dgettext(domain, message):
579 try:
580 t = translation(domain, _localedirs.get(domain, None))
581 except OSError:
582 return message
583 return t.gettext(message)
584
585
586def dngettext(domain, msgid1, msgid2, n):

Callers 1

gettextFunction · 0.85

Calls 3

translationFunction · 0.85
getMethod · 0.45
gettextMethod · 0.45

Tested by

no test coverage detected