Skip to content

Commit

Permalink
Merge 22ad529 into ccc1a9b
Browse files Browse the repository at this point in the history
  • Loading branch information
velinovskav committed Dec 27, 2019
2 parents ccc1a9b + 22ad529 commit 5000f4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export class AppTranslateService implements GridTranslateService {
'grid.columnSelector.title': 'My Columns',
'grid.pagination.itemsPerPage': 'Items per page:',
'grid.pagination.of': 'of',
'grid.pagination.items': 'Items',
'grid.filter.apply': 'Filter',
'grid.filter.clear': 'Clear',
'grid.filter.none': 'None',
Expand Down
3 changes: 1 addition & 2 deletions projects/data-grid/src/lib/constants/default-locale-texts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export const DEFAULT_LOCALE_TEXTS: LocaleTexts = {
},
pagination: {
itemsPerPage: 'Items per page:',
of: 'of',
items: 'Items'
of: 'of'
},
selection: {
allPages: 'All pages',
Expand Down
3 changes: 1 addition & 2 deletions projects/data-grid/src/lib/models/locale-texts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export interface LocaleTexts {
},
pagination: {
itemsPerPage: string,
of: string,
items: string
of: string
},
selection: {
allPages: string,
Expand Down

0 comments on commit 5000f4a

Please sign in to comment.