Skip to content

Language file is not generated correctly when using multiple categories  #1

Description

@armandoalonso

Setting up multiple aceCategories

  aceCategories: {
    general: "General",
    list: "List",
  },

and then overriding the category on specific aces

   @Trigger({ 
    category: "list",
    displayText: "{my} On state exit in [b][{0}][/b]",
    description: "Triggered when the FSM exits a specific state in list"
  })

when you run npm run build

the en-US.json language file only contains the aces in general category, this results in the addon failing to load

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions