Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: table: revert overflow css and update frCA strings #398

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/components/Table/Locale/fr_CA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ const locale: TableLocale = {
lang: {
locale: 'fr_CA',
filterConfirmText: 'OK',
filterResetText: 'Réinitialiser',
filterEmptyText: 'Aucun filtre',
filterCheckallText: 'Sélectionner tous les éléments',
filterResetText: 'Reset',
filterEmptyText: 'Pas de filtres',
filterCheckallText: 'Sélectionnez tous les éléments',
filterSearchPlaceholderText: 'Rechercher dans les filtres',
emptyText: 'Aucune donnée',
selectInvertText: 'Inverser la sélection de la page actuelle',
selectNoneText: 'Désélectionner toutes les données',
selectionAllText: 'Sélectionner toutes les données',
emptyText: 'Aucune donnée trouvée',
selectInvertText: 'Inverser la page actuelle',
selectNoneText: 'Effacer toutes les données',
selectionAllText: 'Sélectionnez toutes les données',
expandText: 'Développer la ligne',
collapseText: 'Réduire la ligne',
triggerDescText: 'Trier par ordre décroissant',
triggerAscText: 'Trier par ordre croissant',
cancelSortText: 'Annuler le tri',
triggerDescText: 'Cliquez pour trier décroissant',
triggerAscText: 'Cliquez pour trier l’ascension',
cancelSortText: 'Cliquez pour annuler le tri',
},
};

Expand Down
1 change: 0 additions & 1 deletion src/components/Table/Styles/table.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
font-family: $octuple-font-family;
font-size: $table-font-size;
background: $table-background-color;
overflow: hidden;

table {
width: 100%;
Expand Down