Skip to content

Instantly share code, notes, and snippets.

@pepe
Created August 18, 2009 09:40
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 pepe/169644 to your computer and use it in GitHub Desktop.
Save pepe/169644 to your computer and use it in GitHub Desktop.
{:cs =>
{ :i18n => { :pluralize => lambda { |n| n == 1 ? :one : (2..4).include?(n) ? :few : :other } },
:datetime => { :distance_in_words => { :x_months => { :one => '1 měsíc', :few => "{{count}} měsíce", :other => "{{count}} měsíců" } } } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment