fix: add Tour french locale (#40750)

This commit is contained in:
红果汁 2023-02-16 12:17:55 +08:00 committed by GitHub
parent d2ab2722b4
commit c4f83649ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
/* eslint-disable no-template-curly-in-string */
import Pagination from 'rc-pagination/lib/locale/fr_FR';
import type { Locale } from '.';
import Calendar from '../calendar/locale/fr_FR';
import DatePicker from '../date-picker/locale/fr_FR';
import type { Locale } from '.';
import TimePicker from '../time-picker/locale/fr_FR';
const typeTemplate = "La valeur du champ ${label} n'est pas valide pour le type ${type}";
@ -37,6 +37,11 @@ const localeValues: Locale = {
cancelText: 'Annuler',
justOkText: 'OK',
},
Tour: {
Next: 'Étape suivante',
Previous: 'Étape précédente',
Finish: 'Fin de la visite guidée',
},
Popconfirm: {
okText: 'OK',
cancelText: 'Annuler',