vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 763 forks source link

ClrCommonStrings interface contains 4 typos #6599

Closed pniv closed 2 years ago

pniv commented 2 years ago

Describe the bug

ClrCommonStrings interface has typos in the following fields:

export interface ClrCommonStrings {
  ...
  dategridExpandableBeginningOf?: string;
  dategridExpandableEndOf?: string;
  dategridExpandableRowContent?: string;
  dategridExpandableRowsHelperText?: string;
  ...
}

How to reproduce

Look into the ClrCommonStrings interface in "angular" branch: https://github.com/vmware/clarity/blob/angular/projects/angular/src/utils/i18n/common-strings.interface.ts#L234

Expected behavior

dategridExpandableBeginningOf --> datagridExpandableBeginningOf dategridExpandableEndOf --> datagridExpandableEndOf dategridExpandableRowContent --> datagridExpandableRowContent dategridExpandableRowsHelperText --> datagridExpandableRowsHelperText

Versions

Clarity project:

Clarity version:

Framework:

Framework version: ie: Angular 11

Device:

Additional notes

Affects the public API and fixing it will be a breaking change.

github-actions[bot] commented 1 year ago

Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.