Skip to content

Commit

Permalink
Feature:Add French(Canada) fr_CA locale (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: liufh1 <liufh1@lenovo.com>
  • Loading branch information
liufenghua808 and liufh1 committed Mar 11, 2021
1 parent 4df606a commit 285bbda
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/locale/fr_CA.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'fr_CA',
today: "Aujourd'hui",
now: 'Maintenant',
backToToday: "Aujourd'hui",
ok: 'Ok',
clear: 'Rétablir',
month: 'Mois',
year: 'Année',
timeSelect: "Sélectionner l'heure",
dateSelect: 'Sélectionner la date',
monthSelect: 'Choisissez un mois',
yearSelect: 'Choisissez une année',
decadeSelect: 'Choisissez une décennie',
yearFormat: 'YYYY',
dateFormat: 'DD/MM/YYYY',
dayFormat: 'DD',
dateTimeFormat: 'DD/MM/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Mois précédent (PageUp)',
nextMonth: 'Mois suivant (PageDown)',
previousYear: 'Année précédente (Ctrl + gauche)',
nextYear: 'Année prochaine (Ctrl + droite)',
previousDecade: 'Décennie précédente',
nextDecade: 'Décennie suivante',
previousCentury: 'Siècle précédent',
nextCentury: 'Siècle suivant',
};

export default locale;

1 comment on commit 285bbda

@vercel
Copy link

@vercel vercel bot commented on 285bbda Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.