Score:0

How to translate the workflow labels defined in mymodule.workflows.yml (used by the state_machine module)

sa flag

If you are using the state_machine module, you will end up with a yaml file named mymodule.workflows.yml which contains all the labels of your workflows's states and transitions.

Here is an extract:

my_workflow:
  id: my_workflow_default
  label: 'My Workflow'
  group: my_workflows
  states:
    01_start:
      label: 'First stage'
    02_step2:
      label: 'Second stage'

How can I translate those strings/labels? I can't see those items in the Sources page of the Translation Management Tool

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.