Sha256: dc2a0993ffca1fad9cdd2b0400ce3b1b2c6761f936c6d8e20de9e2807d8027b9
Contents?: true
Size: 949 Bytes
Versions: 35
Compression:
Stored size: 949 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" only_day: "%e" 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
35 entries across 35 versions & 3 rubygems