Skip to content

Instantly share code, notes, and snippets.

@simonista
Created January 19, 2012 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonista/1642454 to your computer and use it in GitHub Desktop.
Save simonista/1642454 to your computer and use it in GitHub Desktop.
others_string = I18n.t('conversation_message.other_recipients', {
:one => "and 1 other",
:other => "and %{count} others"
},
:count => audience_names.length - 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment