Sha256: c8e4b9b9db7b082979ad0c6dcbb8fb76cf75d762558a7a36bd5656b68609593c
Contents?: true
Size: 930 Bytes
Versions: 23
Compression:
Stored size: 930 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" 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
23 entries across 23 versions & 2 rubygems