Skip to content

Commit

Permalink
fix(core): add missing translation keys to CDN version
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Jan 15, 2024
1 parent 6779f5d commit c8fce82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/index.cdn.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
'input.clear': 'Clear',
'input.optional': 'Optional',
'input.required': 'Required',
'input.showPassword': 'Show password',
'input.hidePassword': 'Hide password',
'notification.dismiss': 'Dismiss',
'pagination.prev': 'Previous',
'pagination.page': 'Go to page {{page}}',
Expand Down

0 comments on commit c8fce82

Please sign in to comment.