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

Allow localized product details #375

Merged
merged 5 commits into from Apr 30, 2024
Merged

Allow localized product details #375

merged 5 commits into from Apr 30, 2024

Conversation

dcsaszar
Copy link
Contributor

@dcsaszar dcsaszar commented Apr 22, 2024

Final implementation with hardcoded de/en localizers. No working copy needed.

@dcsaszar dcsaszar requested a review from apepper April 22, 2024 13:37
@apepper apepper self-assigned this Apr 23, 2024
Copy link
Contributor

@apepper apepper left a comment

Choose a reason for hiding this comment

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

Code wise good. But I'm not sure about the general approach anymore (see slack discussion).

@dcsaszar dcsaszar requested a review from apepper April 26, 2024 13:02
Copy link
Contributor

@apepper apepper left a comment

Choose a reason for hiding this comment

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

LGTM (8fec5e0)

Good stuff 🚀!

Comment on lines -7 to -23
cartAddedMessage: {
title: 'Confirmation message after adding',
},
cartAddLabel: {
title: 'Add-button label',
},
cartRemovedMessage: {
title: 'Confirmation message after removing',
},
cartRemoveLabel: {
title: 'Remove-button label',
},
cartUnvailableMessage: {
title: 'Add-button tooltip if not logged in',
description:
'The placeholder __product__ is available for all labels and messages.',
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Please provide a working copy where you cleared these values.

Copy link
Contributor

Choose a reason for hiding this comment

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

@apepper apepper merged commit ce05dde into main Apr 30, 2024
4 checks passed
@apepper apepper deleted the dave-localized-product-area branch April 30, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants