i18next / i18nextify

enables localization of any page with zero effort.
MIT License
61 stars 21 forks source link

<html> element must have a lang attribute #93

Closed tvlc closed 11 months ago

tvlc commented 11 months ago

🚀 Feature Proposal

According to standard, element must have a lang attribute

Motivation

See the description here: https://www.w3.org/WAI/WCAG21/Techniques/html/H57.html https://dequeuniversity.com/rules/axe/4.8/html-has-lang

adrai commented 11 months ago

https://github.com/i18next/i18nextify/blob/4a9ae6046c220fbc1a028a29bf5f217771d5d327/src/index.js#L174

tvlc commented 11 months ago

https://github.com/i18next/i18nextify/blob/4a9ae6046c220fbc1a028a29bf5f217771d5d327/src/index.js#L174

Thank you!