Skip to content

Instantly share code, notes, and snippets.

@akirill0v
Forked from realmyst/gist:2366995
Created April 12, 2012 12:46
Show Gist options
  • Save akirill0v/2366996 to your computer and use it in GitHub Desktop.
Save akirill0v/2366996 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