mirror of
https://github.com/vercel/commerce.git
synced 2025-07-13 16:01:21 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
export const LANGUAGE = {
|
|
BUTTON_LABEL: {
|
|
BUY_NOW: 'Buy now',
|
|
SHOP_NOW: 'Shop now',
|
|
},
|
|
} |