Skip to content

Commit

Permalink
update en-gb with hints
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Oct 1, 2021
1 parent fcb36d0 commit d8e33a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/core/src/locales/en-gb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ export default {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonHints: {
prev: 'Previous $0',
next: 'Next $0',
today: 'This $0',
},
viewHint: '$0 view',
navLinkHint: 'Go to $0',
moreLinkHint(eventCnt: number) {
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`
},
} as LocaleInput

0 comments on commit d8e33a0

Please sign in to comment.