fr: 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: "%b %d" long: "%B %d, %Y" day_names: [Dimanche, Lundi, Mardi, Mercredi, Jeudi, Vendredi, Samedi] abbr_day_names: [Lun, Mar, Mer, Jeu, Ven, Sam, Dim] month_names: [~, Janvier, Février, Mars, Avril, Mai, Juin, Juillet, Août, Septembre, Octobre, Novembre, Décembre] abbr_month_names: [~, Jan, Fev, Mar, Avr, Mai, Jui, Jui, Aou, Sep, Oct, Nov, Dec] order: [ :day, :month, :year ] time: formats: default: "%a, %d %b %Y %H:%M:%S %z" short: "%d %b %H:%M" long: "%B %d, %Y %H:%M" am: "am" pm: "pm" # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " et " last_word_connector: ", et "