Skip to content

Instantly share code, notes, and snippets.

@realmyst
Created April 12, 2012 12:45
Show Gist options
  • Save realmyst/2366995 to your computer and use it in GitHub Desktop.
Save realmyst/2366995 to your computer and use it in GitHub Desktop.
rails pluralization
#yml:
in_count_complex:
one: "в %{count} комплексе"
few: "в %{count} комплексах"
many: "в %{count} комплексах"
#view:
= t :in_count_complex, :count => projects.count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment