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