ソースを参照

add Add to Cart

visuddhinanda 2 年 前
コミット
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;