Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(card): add built-in translations #5450

Conversation

anveshmekala
Copy link
Contributor

@anveshmekala anveshmekala commented Oct 11, 2022

Related Issue: #4961

This will add built-in translation support for calcite-card

@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label Oct 11, 2022
@anveshmekala anveshmekala marked this pull request as ready for review October 14, 2022 20:14
@anveshmekala anveshmekala requested a review from a team as a code owner October 14, 2022 20:14

/**
* string to override English deselect text for checkbox when selectable is true
*
* @default "Deselect"
*/
@Prop({ reflect: false }) intlDeselect: string = TEXT.deselect;
@Prop({ reflect: false }) intlDeselect: string;

@Prop({ reflect: true }) thumbnailPosition: LogicalFlowPosition = "block-start";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Sidebar] @geospatialem it looks like this prop is missing doc.

@anveshmekala anveshmekala changed the base branch from master to anveshmekala/4961-add-built-in-pseudo-translations October 18, 2022 21:12
@anveshmekala anveshmekala merged commit e259a55 into anveshmekala/4961-add-built-in-pseudo-translations Oct 18, 2022
@anveshmekala anveshmekala deleted the anveshmekala/4961-card-picker-add-support-for-built-in-translation branch October 18, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants