X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a543e731c0433b2aa0f0f1583f7c70182a084fd5..732c20bf1b2709490c200696bed44d57346a2ffb:/vendor/rails-locales/fun/gibberish.rb diff --git a/vendor/rails-locales/fun/gibberish.rb b/vendor/rails-locales/fun/gibberish.rb index 9a8ad142b..040fdb630 100644 --- a/vendor/rails-locales/fun/gibberish.rb +++ b/vendor/rails-locales/fun/gibberish.rb @@ -5,9 +5,7 @@ :formats => { :default => "%Y-%m-%d (ish)", :short => "%e %b (ish)", - :long => "%B %e, %Y (ish)", - :long_ordinal => lambda { |date| "%B #{date.day}ish, %Y" }, - :only_day => lambda { |date| "#{date.day}ish"} + :long => "%B %e, %Y (ish)" }, :day_names => %w(Sunday-ish Monday-ish Tuesday-ish Wednesday-ish Thursday-ish Friday-ish Saturday-ish), :abbr_day_names => %w(Sun-i Mon-i Tue-i Wed-i Thu-i Fri-i Sat-i), @@ -21,9 +19,7 @@ :default => "%a %b %d %H:%M:%S %Z %Y (ish)", :time => "%H:%M (ish)", :short => "%d %b %H:%M (ish)", - :long => "%B %d, %Y %H:%M (ish)", - :long_ordinal => lambda { |time| "%B #{time.day}ish, %Y %H:%M" }, - :only_second => "%S (ish)" + :long => "%B %d, %Y %H:%M (ish)" }, :datetime => { :formats => {