forked from forcedotcom/commerce-on-lightning-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.js
More file actions
18 lines (17 loc) · 735 Bytes
/
labels.js
File metadata and controls
18 lines (17 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo
* root or https://opensource.org/licenses/apache-2-0/
*/
import addToCartAriaLabel from '@salesforce/label/c.Search_ProductCard_addToCartAriaLabel';
import viewOptionsAriaLabel from '@salesforce/label/c.Search_ProductCard_viewOptionsAriaLabel';
import variationAttribute from '@salesforce/label/c.Search_ProductCard_variationAttribute';
import subscriptionOptionLabel from '@salesforce/label/c.Search_ProductCard_subscriptionOptions';
export const i18n = {
addToCartAriaLabel,
viewOptionsAriaLabel,
variationAttribute,
subscriptionOptionLabel,
};