# File raggle, line 127
def _(str)
  $HAVE_LIB['gettext'] ? GetText::_(str) : str
end