Sha256: b74517415d808f3cf5fda5daf7441dc25453886caf4b04c2443cf181a089ba91
Contents?: true
Size: 1.04 KB
Versions: 17
Compression:
Stored size: 1.04 KB
Contents
it: 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: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato] abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab] month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre] abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic] order: - day - month - year time: formats: default: "%a %d %b %Y, %H:%M:%S %z" time: "%H:%M" short: "%d %b %H:%M" long: "%d %B %Y %H:%M" only_second: "%S" datetime: formats: default: "%d-%m-%YT%H:%M:%S%Z" am: 'am' pm: 'pm' # Used in array.to_sentence. support: array: sentence_connector: "e" skip_last_comma: false
Version data entries
17 entries across 17 versions & 3 rubygems