Sha256: 8277e5d3c7a0a0351dccc66752df784b9b2b7492e561fdf786ebd1e2556909a9
Contents?: true
Size: 920 Bytes
Versions: 6
Compression:
Stored size: 920 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" support: array: words_connector: ", " two_words_connector: " en " last_word_connector: " en "
Version data entries
6 entries across 6 versions & 2 rubygems