Translate menu and content separately

Viewed 9

This what happens when I put translation:dashboard

# translations/messages.en.yaml
Post: Posts

easy_admin:
  entities:
    Post:
      class: App\Entity\Post
      list:
        fields:
          - { property: 'title', label: 'post.title' }
          - { property: 'post', label: 'post.content' }

In the side menu I need it as Posts and in the create page as Create post. Can't find how to translate these.

0 Answers
Related