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