Skip to content

Commit

Permalink
release v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 4, 2023
1 parent 035f26b commit b4e9f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/src/locales/fr.ts
Expand Up @@ -70,7 +70,7 @@ export const MRT_Localization_FR: MRT_Localization = {
save: 'Sauvegarder',
search: 'Rechercher',
selectedCountOfRowCountRowsSelected:
'{selectedCount} de {rowCount} ligne(s) sélectionnée(s)',
'{selectedCount} sur {rowCount} ligne(s)',
select: 'Sélectionner',
showAll: 'Afficher tous',
showAllColumns: 'Afficher toutes les colonnes',
Expand Down

0 comments on commit b4e9f0b

Please sign in to comment.