mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
assets self-hosted
This commit is contained in:
17
public/dist/locales/js-year-calendar.fr.js
vendored
Normal file
17
public/dist/locales/js-year-calendar.fr.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* French translation for js-year-calendar
|
||||
* Paul DAVID-SIVELLE
|
||||
* Based on
|
||||
* French translation for bootstrap-datepicker
|
||||
* Nico Mollet <nico.mollet@gmail.com>
|
||||
*/
|
||||
|
||||
Calendar.locales['fr'] = {
|
||||
days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
||||
daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"],
|
||||
daysMin: ["D", "L", "Ma", "Me", "J", "V", "S"],
|
||||
months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
|
||||
monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
|
||||
weekShort:'S',
|
||||
weekStart: 1
|
||||
};
|
||||
Reference in New Issue
Block a user