Skip to content

Allow recursive translations folder #67

@Paillat-dev

Description

@Paillat-dev

Allow to use a folder called translations and use subfolder names as keys.
e.g.

/src/extensions/my_extension/translations/commands/my_command.yaml
/src/extensions/my_extension/translations/commands/my_other_command.yaml

is equivalent to

# /src/extensions/my_extension/translations.yaml

commands:
  my_command:
    ...
  my_other_command:
    ...

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions