Sha256: 519c8eb9884a3e19f79f7cdad0509633b6e80063f38d32356ada97a8db447988
Contents?: true
Size: 958 Bytes
Versions: 35
Compression:
Stored size: 958 Bytes
Contents
da: 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: "%e. %b %Y" long: "%e. %B %Y" only_day: "%e" day_names: [søndag, mandag, tirsdag, onsdag, torsdag, fredag, lørdag] abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december] abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] order: - day - month - year time: formats: default: "%e. %B %Y, %H:%M" short: "%e. %b %Y, %H:%M" long: "%A, %e. %B %Y, %H:%M" am: "" pm: "" # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " og " last_word_connector: " og "
Version data entries
35 entries across 35 versions & 3 rubygems