Skip to content

Commit

Permalink
feat(i18n): Add missing sk translations.
Browse files Browse the repository at this point in the history
Missing translations on grouping feature are breaking the grid.
  • Loading branch information
edesr1988 authored and mportuga committed Jun 13, 2018
1 parent 8d4d238 commit 2d6907f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/js/i18n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
invalidCsv: 'File was unable to be processed, is it valid CSV?',
invalidJson: 'File was unable to be processed, is it valid Json?',
jsonNotArray: 'Imported json file must contain an array, aborting.'
},
grouping: {
group: 'Group',
ungroup: 'Ungroup',
aggregate_count: 'Agg: Count',
aggregate_sum: 'Agg: Sum',
aggregate_max: 'Agg: Max',
aggregate_min: 'Agg: Min',
aggregate_avg: 'Agg: Avg',
aggregate_remove: 'Agg: Remove'
}
});
return $delegate;
Expand Down

0 comments on commit 2d6907f

Please sign in to comment.