-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request