Searched defs:gettext (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | image_attributes.py | 34 import gettext namespace 35 _ = gettext.gettext
|
H A D | guides_creator.py | 68 import gettext namespace 69 _ = gettext.gettext
|
H A D | plotter.py | 26 import gettext namespace
|
H A D | inkex.py | 30 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