fix: the tour component had no translations in the Belgian locales (#50058)

This commit is contained in:
Jacco Goris 2024-07-25 11:17:22 +02:00 committed by GitHub
parent 020848437d
commit 902aa2e313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 5 deletions

View File

@ -33,6 +33,11 @@ const localeValues: Locale = {
triggerAsc: 'Trier par ordre croissant',
cancelSort: 'Annuler le tri',
},
Tour: {
Next: 'Étape suivante',
Previous: 'Étape précédente',
Finish: 'Fin de la visite guidée',
},
Modal: {
okText: 'OK',
cancelText: 'Annuler',

View File

@ -33,16 +33,16 @@ const localeValues: Locale = {
triggerAsc: 'Trier par ordre croissant',
cancelSort: 'Annuler le tri',
},
Modal: {
okText: 'OK',
cancelText: 'Annuler',
justOkText: 'OK',
},
Tour: {
Next: 'Étape suivante',
Previous: 'Étape précédente',
Finish: 'Fin de la visite guidée',
},
Modal: {
okText: 'OK',
cancelText: 'Annuler',
justOkText: 'OK',
},
Popconfirm: {
okText: 'OK',
cancelText: 'Annuler',

View File

@ -34,6 +34,11 @@ const localeValues: Locale = {
triggerAsc: 'Klik om oplopend te sorteren',
triggerDesc: 'Klik om aflopend te sorteren',
},
Tour: {
Next: 'Volgende',
Previous: 'Vorige',
Finish: 'Voltooien',
},
Modal: {
okText: 'OK',
cancelText: 'Annuleer',