Skip to content

Commit

Permalink
fix(module:i18n): update fr translations (#7364)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Cambon <sebastien.cambon@altoviz.com>
  • Loading branch information
sebcam and sebcam committed Apr 15, 2022
1 parent b517bd4 commit 64e1c7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/i18n/languages/fr_BE.ts
Expand Up @@ -91,6 +91,9 @@ export default {
placeholder: "Sélectionner l'heure"
}
},
global: {
placeholder: 'Sélectionner'
},
Table: {
filterTitle: 'Filtrer',
filterConfirm: 'OK',
Expand Down
3 changes: 3 additions & 0 deletions components/i18n/languages/fr_CA.ts
Expand Up @@ -108,6 +108,9 @@ export default {
rangePlaceholder: ['Heure de début', 'Heure de fin']
}
},
global: {
placeholder: 'Sélectionner'
},
Table: {
filterTitle: 'Filtrer',
filterConfirm: 'OK',
Expand Down
3 changes: 3 additions & 0 deletions components/i18n/languages/fr_FR.ts
Expand Up @@ -108,6 +108,9 @@ export default {
rangePlaceholder: ['Heure de début', 'Heure de fin']
}
},
global: {
placeholder: 'Sélectionner'
},
Table: {
filterTitle: 'Filtrer',
filterConfirm: 'OK',
Expand Down

0 comments on commit 64e1c7c

Please sign in to comment.