-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
Don't forget to bump version of the |
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.
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.
There are references to both Localized
and Localised
in this PR. I think we should probably use the english Localised
in all cases for consistency
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.
Co-Authored-By: sadickisaac <48688870+sadickisaac@users.noreply.github.com>
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.
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.
Hi @EinsteinCarrey , Is this definitely required to be en-GB? In https://www.w3.org/International/questions/qa-html-language-declarations#langvalues it says it should be en. Cheers |
I've read that en-GB is also valid. This is ready for merge. |
Resolves #607
Overall change: Adds a lang attribute ie "en-GB" to ensure brand name ie
BBC news
is read with the correct accents"Code changes:
-Wrap "BBC news" text inside a span with a lang attribute with the value set to "en_GB"
-Change the brand components expected props from
brandName
toproduct
andserviceLocalisedName
Note This calls for changes on the implementation of Brand in Simorgh