Skip to content

FOUR-21117: Platform labels are not showing in the list of strings for translation. #7776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/js/processes/designer/Assets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ export default {
color: "#556271",
image_icon: require("../../../img/flowGenieIcon.svg"),
asset_name: "FlowGenie",
asset_name_all: `${this.$t("View All")} Genies`,
asset_name_new: `${this.$t("New")} Genie`,
asset_name_all: "View All Genies",
asset_name_new: "New Genie",
urlPath: "/designer/flow-genies",
urlAsset: "/designer/flow-genies?create=true",
},
Expand Down
7 changes: 6 additions & 1 deletion resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2432,5 +2432,10 @@
"No Case to Start": "No Case to Start",
"No Cases to Show": "No Cases to Show",
"Drafts": "Drafts",
"An error ocurred, please check the PI process file and try again.": "An error ocurred, please check the PI process file and try again."
"An error ocurred, please check the PI process file and try again.": "An error ocurred, please check the PI process file and try again.",
"New": "New",
"New Genie": "New Genie",
"View All Genies": "View All Genies",
"View All Collections": "View All Collections",
"Collapse sidebar": "Collapse sidebar"
}
Loading