Skip to content

Commit 2d6907f

Browse files
edesr1988mportuga
authored andcommitted
feat(i18n): Add missing sk translations.
Missing translations on grouping feature are breaking the grid.
1 parent 8d4d238 commit 2d6907f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/js/i18n/sk.js

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@
5757
invalidCsv: 'File was unable to be processed, is it valid CSV?',
5858
invalidJson: 'File was unable to be processed, is it valid Json?',
5959
jsonNotArray: 'Imported json file must contain an array, aborting.'
60+
},
61+
grouping: {
62+
group: 'Group',
63+
ungroup: 'Ungroup',
64+
aggregate_count: 'Agg: Count',
65+
aggregate_sum: 'Agg: Sum',
66+
aggregate_max: 'Agg: Max',
67+
aggregate_min: 'Agg: Min',
68+
aggregate_avg: 'Agg: Avg',
69+
aggregate_remove: 'Agg: Remove'
6070
}
6171
});
6272
return $delegate;

0 commit comments

Comments
 (0)