material-react-table 2.13.2 → 2.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,7 +89,7 @@ const MRT_Localization_NO = {
89
89
  unpin: 'Løsne',
90
90
  unpinAll: 'Løsne alle',
91
91
  ungroupByColumn: 'Oppgrupper etter {column}',
92
- selectedCountOfRowCountRowsSelected: '{selected} av {count} rader valgt',
92
+ selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rader valgt',
93
93
  };
94
94
 
95
95
  export { MRT_Localization_NO };
@@ -93,7 +93,7 @@ const MRT_Localization_NO = {
93
93
  unpin: 'Løsne',
94
94
  unpinAll: 'Løsne alle',
95
95
  ungroupByColumn: 'Oppgrupper etter {column}',
96
- selectedCountOfRowCountRowsSelected: '{selected} av {count} rader valgt',
96
+ selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rader valgt',
97
97
  };
98
98
 
99
99
  exports.MRT_Localization_NO = MRT_Localization_NO;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.13.2",
2
+ "version": "2.13.3",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table",
5
5
  "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
package/src/locales/no.ts CHANGED
@@ -93,5 +93,6 @@ export const MRT_Localization_NO: MRT_Localization = {
93
93
  unpinAll: 'Løsne alle',
94
94
 
95
95
  ungroupByColumn: 'Oppgrupper etter {column}',
96
- selectedCountOfRowCountRowsSelected: '{selected} av {count} rader valgt',
96
+ selectedCountOfRowCountRowsSelected:
97
+ '{selectedCount} av {rowCount} rader valgt',
97
98
  };