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