-
Notifications
You must be signed in to change notification settings - Fork 156
French localization
Charles Brocchiero edited this page Aug 25, 2018
·
3 revisions
Here is the french localisation. Feel free to help!
dateFormat.i18n = {
dayNames: [
'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam',
'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'
],
monthNames: [
'Jan', 'Fév', 'Mar', 'Avr', 'Mai', 'Jun', 'Juil', 'Aou', 'Sept', 'Oct', 'Nov', 'Déc',
'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin',
'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'
],
timeNames: [
'a', 'p', 'am', 'pm', 'A', 'P', 'AM', 'PM'
]
};