# File lib/rbot/load-gettext.rb, line 83
  def n_(s_single, s_plural, n)
    n > 1 ? s_plural : s_single
  end