Sha256: eb27ca957859a0889f6dcc70d8ada3ad5ffcd7178c2e5534f0af7c98c057e1b9
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
padrino-core-0.10.2 | lib/padrino-core/locale/da.yml |
padrino-core-0.10.1 | lib/padrino-core/locale/da.yml |