# File lib/glib2.rb, line 217
      def n_(msgid, msgid_plural, n)
        n == 1 ? msgid : msgid_plural
      end