-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Logo alt-Title + add German translations #337
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the discussion in plone/volto#5722, this should either say "Visit home page" or use the title of the site.
See discussion on the reopened issue for a single place to discuss how to proceed for this issue. |
@Molochem needs to be adjusted, right? |
@Molochem please update it with the latests developments in Volto. |
@jonaspiterek could you please take over? |
alt={intl.formatMessage(messages.plonesite)} | ||
title={intl.formatMessage(messages.plonesite)} | ||
alt={intl.formatMessage(messages.homepage)} | ||
title={intl.formatMessage(messages.homepage)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sneridagh @Molochem This approach is not correct based on the discussion in plone/volto#5720 (comment)
- Neither the link nor the img should have
title
- The link should have
aria-label="Home"
- The img should have
alt="Logo"
* main: (25 commits) Upgrade to a39, enable new image widget (#405) Finish interrupted push Fixes #400, install in Volto 17 Fix Invalid html structure in caption component (#401) build deps Upgrade to Volto a37 (#403) Release 4.0.0 Fix release-it script Changelog Fix tabbing in header (reapplies #346 as breaking) (#374) Customizable mobile navigation (#393) Fix Description block width in Edit/Add (#394) Slight improvements Adjust height Add BMv3 ready logo Remove not needed dockerfiles folder Update setup. Use new images. (#390) fix Logo alt-Title + add German translations (#337) fix link in introduction block being smaller than normal text (#366) Release 3.3.2 ...
Fixes #336
Fixed the Logo-Alt Title to display "Back to homepage", added fitting Translations. Also added a Lot of missing German Translations to
locales/de/LC_MESSAGES/volto.po
i noticed.