@skyux/ag-grid 14.15.0 → 14.16.0

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.
@@ -134,6 +134,12 @@ const RESOURCES = {
134
134
  sky_ag_grid_column_group_header_collapse_aria_label: {
135
135
  message: 'Réduire le groupe de colonnes {0}',
136
136
  },
137
+ sky_ag_grid_locale_no_rows_to_show: {
138
+ message: 'Aucune donnée disponible.',
139
+ },
140
+ sky_ag_grid_locale_no_matching_rows: {
141
+ message: 'Aucune ligne correspondante',
142
+ },
137
143
  },
138
144
  };
139
145
  SkyLibResourcesService.addResources(RESOURCES);