generated from react-component/footer
-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature:Add French(Canada) fr_CA locale (#229)
Co-authored-by: liufh1 <liufh1@lenovo.com>
- Loading branch information
1 parent
4df606a
commit 285bbda
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
285bbda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: