- Issue created by @tim-diels
- @tim-diels opened merge request.
- Status changed to Needs review
over 1 year ago 1:05pm 7 June 2023 - 🇧🇪Belgium tim-diels Belgium 🇧🇪
What you need to do now it pass the translated label from the definition like:
function admin_toolbar_collections_admin_toolbar_content_collections() { return [ 'categories' => [ 'media' => [ 'label' => t('Media'), 'items' => [ 'media_category', 'media_tags', 'media_orientation', ], ], ], ]; }
See the
t('Media')
Maybe even pass context with the t-function when needed.
- Status changed to Fixed
over 1 year ago 12:59pm 8 June 2023 - 🇧🇪Belgium kriboogh
Thanks, fixed among other translation issues in new alpha2 release.
Automatically closed - issue fixed for 2 weeks with no activity.