Closed ckyoung closed 2 years ago
When using a language that differ by territory like zh-TW the plugin seems to reset the HTML lang attribute to underscore version.
zh-TW
Screenshot:
<html lang="zh_TW">
Should really be:
<html lang="zh-TW">
Ref: https://tools.ietf.org/html/rfc5646#section-2.1
Hey @ckyoung I have raised a PR for this. Please review that!
When using a language that differ by territory like
zh-TW
the plugin seems to reset the HTML lang attribute to underscore version.Screenshot:
<html lang="zh_TW">
Should really be:
<html lang="zh-TW">
Ref: https://tools.ietf.org/html/rfc5646#section-2.1