Searched defs:gettext (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dimage_attributes.py34 import gettext namespace
35 _ = gettext.gettext
H A Dguides_creator.py68 import gettext namespace
69 _ = gettext.gettext
H A Dplotter.py26 import gettext namespace
H A Dinkex.py30 import gettext namespace
60 trans = gettext.translation(domain, localdir, [current_locale], fallback=True)
62 trans = gettext.translation(domain, fallback=True)
66 trans = gettext.translation(domain, localdir, fallback=True)
70 trans = gettext.translation(domain, localdir, fallback=True)
72 trans = gettext.translation(domain, fallback=True)
76 trans = gettext.translation(domain, localdir, fallback=True)
78 trans = gettext.translation(domain, fallback=True)

Completed in 18 milliseconds