@lodashventure/medusa-review 1.5.25 → 1.5.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -657,29 +657,29 @@ const config = adminSdk.defineRouteConfig({
657
657
  label: "Reviews",
658
658
  icon: icons.ChatBubbleLeftRight
659
659
  });
660
- const en = {
660
+ const th = {
661
661
  review: {
662
- title: "Product reviews",
662
+ title: "รีวิวสินค้า",
663
663
  statuses: {
664
- approved: "Approved",
665
- pending: "Pending approval"
664
+ approved: "อนุมัติแล้ว",
665
+ pending: "รอการอนุมัติ"
666
666
  }
667
667
  }
668
668
  };
669
669
  const i18nTranslations0 = {
670
- en
670
+ th
671
671
  };
672
- const th = {
672
+ const en = {
673
673
  review: {
674
- title: "รีวิวสินค้า",
674
+ title: "Product reviews",
675
675
  statuses: {
676
- approved: "อนุมัติแล้ว",
677
- pending: "รอการอนุมัติ"
676
+ approved: "Approved",
677
+ pending: "Pending approval"
678
678
  }
679
679
  }
680
680
  };
681
681
  const i18nTranslations1 = {
682
- th
682
+ en
683
683
  };
684
684
  const widgetModule = { widgets: [
685
685
  {
@@ -652,29 +652,29 @@ const config = defineRouteConfig({
652
652
  label: "Reviews",
653
653
  icon: ChatBubbleLeftRight
654
654
  });
655
- const en = {
655
+ const th = {
656
656
  review: {
657
- title: "Product reviews",
657
+ title: "รีวิวสินค้า",
658
658
  statuses: {
659
- approved: "Approved",
660
- pending: "Pending approval"
659
+ approved: "อนุมัติแล้ว",
660
+ pending: "รอการอนุมัติ"
661
661
  }
662
662
  }
663
663
  };
664
664
  const i18nTranslations0 = {
665
- en
665
+ th
666
666
  };
667
- const th = {
667
+ const en = {
668
668
  review: {
669
- title: "รีวิวสินค้า",
669
+ title: "Product reviews",
670
670
  statuses: {
671
- approved: "อนุมัติแล้ว",
672
- pending: "รอการอนุมัติ"
671
+ approved: "Approved",
672
+ pending: "Pending approval"
673
673
  }
674
674
  }
675
675
  };
676
676
  const i18nTranslations1 = {
677
- th
677
+ en
678
678
  };
679
679
  const widgetModule = { widgets: [
680
680
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-review",
3
- "version": "1.5.25",
3
+ "version": "1.5.26",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",