Sha256: 66e3fba935a182e8a32e67ed2c07b7ef970225c161068942547b740397c4e623
Contents?: true
Size: 1012 Bytes
Versions: 35
Compression:
Stored size: 1012 Bytes
Contents
pl: 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: "%Y-%m-%d" short: "%d %b" long: "%d %B %Y" only_day: "%e" day_names: [Niedziela, Poniedziałek, Wtorek, Środa, Czwartek, Piątek, Sobota] abbr_day_names: [nie, pon, wto, śro, czw, pia, sob] month_names: [~, Styczeń, Luty, Marzec, Kwiecień, Maj, Czerwiec, Lipiec, Sierpień, Wrzesień, Październik, Listopad, Grudzień] abbr_month_names: [~, sty, lut, mar, kwi, maj, cze, lip, sie, wrz, paź, lis, gru] order: - year - month - day time: formats: default: "%a, %d %b %Y, %H:%M:%S %z" short: "%d %b, %H:%M" long: "%d %B %Y, %H:%M" am: "przed południem" pm: "po południu" # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " i " last_word_connector: " i "
Version data entries
35 entries across 35 versions & 3 rubygems