Sha256: 1abb31d264bcee30045ee290d88241f4183ba00c5068354188efdf3fb7d832e0
Contents?: true
Size: 966 Bytes
Versions: 35
Compression:
Stored size: 966 Bytes
Contents
tr: 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: [Pazar, Pazartesi, Salı, Çarşamba, Perşembe, Cuma, Cumartesi] abbr_day_names: [Paz, Pts, Sal, Çar, Per, Cum, Cts] month_names: [~, Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık] abbr_month_names: [~, Oca, Şub, Mar, Nis, May, Haz, Tem, Ağu, Eyl, Eki, Kas, Ara] order: - day - month - year time: formats: default: "%a, %b %b %Y %H:%M:%S %z" short: "%b %d %H:%M" long: "%d %B, %Y %H:%M" am: "öö" pm: "ös" # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " ve " last_word_connector: " ve "
Version data entries
35 entries across 35 versions & 3 rubygems