Skip to content
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

[5.1] Workflows missing strings #3055

Closed
jgerman-bot opened this issue Dec 1, 2023 · 0 comments · Fixed by #3070
Closed

[5.1] Workflows missing strings #3055

jgerman-bot opened this issue Dec 1, 2023 · 0 comments · Fixed by #3070

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#42390 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/com_workflow.ini b/administrator/language/en-GB/com_workflow.ini
index f5af1618b4e1..6b5d01f1fcfa 100644
--- a/administrator/language/en-GB/com_workflow.ini
+++ b/administrator/language/en-GB/com_workflow.ini
@@ -13,6 +13,7 @@ COM_WORKFLOW_DEFAULT="Default"
 COM_WORKFLOW_DESCRIPTION="Description"
 COM_WORKFLOW_DISABLE_DEFAULT="The default status cannot be changed."
 COM_WORKFLOW_ERROR_EXTENSION_NOT_SET="Extension not set."
+COM_WORKFLOW_ERROR_WORKFLOW_ID_NOT_SET="Workflow ID not set."
 COM_WORKFLOW_FIELD_IS_DEFAULT_LABEL="Default"
 COM_WORKFLOW_FIELD_NAME_LABEL="Name"
 COM_WORKFLOW_FILTER_SEARCH_DESC="Search in title and description."
@@ -34,6 +35,7 @@ COM_WORKFLOW_MSG_DELETE_WORKFLOW_IS_ASSIGNED="This workflow is in use by the com
 COM_WORKFLOW_MSG_DISABLE_DEFAULT="The default item has to stay published."
 COM_WORKFLOW_MSG_WORKFLOWS_DELETE_ERROR="There was a problem while deleting the item: %s"
 COM_WORKFLOW_NAME="Name"
+COM_WORKFLOW_NO_ITEM_SELECTED="No workflow selected."
 COM_WORKFLOW_N_ITEMS_CHECKED_IN="%d workflows checked in."
 COM_WORKFLOW_N_ITEMS_CHECKED_IN_1="Workflow checked in."
 COM_WORKFLOW_N_ITEMS_DELETED="%d workflows deleted."
tecpromotion added a commit to tecpromotion/joomla that referenced this issue Dec 29, 2023
translation
@tecpromotion tecpromotion linked a pull request Dec 29, 2023 that will close this issue
tecpromotion added a commit to tecpromotion/joomla that referenced this issue Jan 1, 2024
heelc29 pushed a commit that referenced this issue Jan 3, 2024
* add new string

* fix #3055

translation

* add new string

* fix #3055
@heelc29 heelc29 closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants