mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 17:40:58 +00:00
Fix incorrect translation domain in implementation
The domain used for translations is `messages` instead of `message`.
This commit is contained in:
parent
cbc271d21e
commit
26378ed000
1 changed files with 2 additions and 2 deletions
|
|
@ -107,11 +107,11 @@ To make our new field available in Admin panel, a form extension is required:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Translation keys placed in ``src/Resources/translations/message.{locale}.yml`` will be resolved automatically.
|
Translation keys placed in ``src/Resources/translations/messages.{locale}.yml`` will be resolved automatically.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
# src/Resources/translations/message.en.yml
|
# src/Resources/translations/messages.en.yml
|
||||||
|
|
||||||
iron_man_sylius_product_on_demand_plugin:
|
iron_man_sylius_product_on_demand_plugin:
|
||||||
ui:
|
ui:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue