Skip to content

feat(profile): accessibility features

Created by: bodnara

  • application title is now also translated
  • html lang attribute is set based on user preferred language
  • added aria label to menu toggle button
  • added title to header logo for screen readers

BREAKING CHANGE: Config variable document_title, was changed from simple string to object containing title for each supported language e.g. documnet_title: {en: "Example title"}

Merge request reports