Sha256: e65060738131cbeb0205ff64d4502661716195c1a80378ecdb7572d37aa1059a
Contents?: true
Size: 912 Bytes
Versions: 19
Compression:
Stored size: 912 Bytes
Contents
nl: date: formats: # Use the strftime parameters for formats. # When no format has been given, it uses default. # You can provide other formats here if you like! default: "%d-%m-%Y" short: "%d %b" long: "%d %B %Y" day_names: [zondag, maandag, dinsdag, woensdag, donderdag, vrijdag, zaterdag] abbr_day_names: [zo, ma, di, wo, do, vr, za] month_names: [~, januari, februari, maart, april, mei, juni, juli, augustus, september, oktober, november] abbr_month_names: [~, jan, feb, maa, apr, mei, jun, jul, aug, sep, okt, nov, dec] order: [ :day, :month, :year ] time: formats: default: "%a %d %b %Y %H:%M:%S %z" short: "%d %b %H:%M" long: "%d %B %Y %H:%M" am: "am" pm: "pm" # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " en " last_word_connector: " en "
Version data entries
19 entries across 19 versions & 2 rubygems