Sha256: db5ffaf043333fc481bf78a98a72ea433dd59f5998f437d731c5b947b9f67661
Contents?: true
Size: 653 Bytes
Versions: 1
Compression:
Stored size: 653 Bytes
Contents
{ :nl => { :date => { :formats => { :long_ordinal => lambda { |date| "#{date.day}e van %B %Y" }, } }, :time => { :formats => { :long_ordinal => lambda { |time| "#{time.day}e van %B %Y %H:%M" }, }, :time_with_zone => { :formats => { :default => lambda { |time| "%Y-%m-%d %H:%M:%S #{time.formatted_offset(false, 'UTC')}" } } } }, :number => { :currency => { :format => { :format => "%u %n", :unit => '€', :separator => ',', :delimiter => '.', :precision => 2 } } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dcs-eventable-0.0.8 | test/rails_root/config/locales/nl.rb |