Parcourir la source

add Add to Cart

visuddhinanda il y a 2 ans
Parent
commit
b972fb3ac3

+ 1 - 0
dashboard/src/locales/en-US/label.ts

@@ -35,6 +35,7 @@ const items = {
   "labels.page.number.type.c": "Chapter Title",
   "labels.loading": "loading",
   "labels.empty": "empty",
+  "labels.curr.paragraph.cart.tpl": "Add to Cart",
 };
 
 export default items;

+ 1 - 0
dashboard/src/locales/zh-Hans/label.ts

@@ -35,6 +35,7 @@ const items = {
   "labels.page.number.type.c": "章节名称",
   "labels.loading": "载入中",
   "labels.empty": "无内容",
+  "labels.curr.paragraph.cart.tpl": "Add to Cart",
 };
 
 export default items;