Skip to content

Commit

Permalink
Added: static text in en.json file and removed imports those are not …
Browse files Browse the repository at this point in the history
…used(#65)
  • Loading branch information
ymaheshwari1 committed Feb 9, 2024
1 parent 8bd4b32 commit 363f215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"A store repesents a company or a unique catalog of products. If your OMS is connected to multiple eCommerce stores sellling different collections of products, you may have multiple Product Stores set up in HotWax Commerce.": "A store repesents a company or a unique catalog of products. If your OMS is connected to multiple eCommerce stores sellling different collections of products, you may have multiple Product Stores set up in HotWax Commerce.",
"Actions": "Actions",
"Active": "Active",
"Add inventory rule": "Add inventory rule",
"Allocated Items": "Allocated Items",
"Allow partial allocation": "Allow partial allocation",
"Already passed": "Already passed",
"Any edits made on this page will be lost.": "Any edits made on this page will be lost.",
"App": "App",
"Archive": "Archive",
"Archived": "Archived",
"Archived Routes": "Archived Routes",
"Are you sure you want to save these changes?": "Are you sure you want to save these changes?",
"Auto cancel days": "Auto cancel days",
Expand All @@ -30,6 +32,7 @@
"Disable": "Disable",
"Disabling this schedule will cancel this occurrence and all following occurrences. This schedule will have to be re-enabled manually to run it again.": "Disabling this schedule will cancel this occurrence and all following occurrences. This schedule will have to be re-enabled manually to run it again.",
"Don't cancel": "Don't cancel",
"Draft": "Draft",
"duration": "duration",
"Edit": "Edit",
"Error getting user profile": "Error getting user profile",
Expand Down Expand Up @@ -97,6 +100,7 @@
"priority": "priority",
"Queue": "Queue",
"queue": "queue",
"Rename": "Rename",
"Routing group information updated": "Routing group information updated",
"Rule Status": "Rule Status",
"Rule name": "Rule name",
Expand Down
3 changes: 1 addition & 2 deletions src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
</template>

<script setup lang="ts">
import { IonBadge, IonButton, IonCard, IonCardContent, IonCardHeader, IonCardTitle, IonChip, IonContent, IonIcon, IonInput, IonItem, IonItemDivider, IonItemGroup, IonLabel, IonList, IonPage, IonReorder, IonReorderGroup, IonSelect, IonSelectOption, IonToggle, alertController, modalController, onIonViewWillEnter, popoverController } from "@ionic/vue";
import { IonButton, IonCard, IonCardContent, IonCardHeader, IonCardTitle, IonChip, IonContent, IonIcon, IonInput, IonItem, IonItemDivider, IonItemGroup, IonLabel, IonList, IonPage, IonReorder, IonReorderGroup, IonSelect, IonSelectOption, IonToggle, alertController, modalController, onIonViewWillEnter, popoverController } from "@ionic/vue";
import { addCircleOutline, bookmarkOutline, chevronUpOutline, filterOutline, golfOutline, optionsOutline, playForwardOutline, swapVerticalOutline } from "ionicons/icons"
import { onBeforeRouteLeave, useRouter } from "vue-router";
import { computed, defineProps, ref } from "vue";
Expand Down Expand Up @@ -259,7 +259,6 @@ const facilities = computed(() => store.getters["util/getFacilities"])
const enums = computed(() => store.getters["util/getEnums"])
const shippingMethods = computed(() => store.getters["util/getShippingMethods"])
const facilityGroups = computed(() => store.getters["util/getFacilityGroups"])
const getStatusDesc = computed(() => (id: string) => store.getters["util/getStatusDesc"](id))
let ruleActionType = ref("")
let selectedRoutingRule = ref({}) as any
Expand Down

0 comments on commit 363f215

Please sign in to comment.