You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Use CANLI instead of LIVE for turkish live label.
Use TRỰC TIẾP instead of LIVE for vietnamese live label.
Use لائیو instead of LIVE for urdu live label.
Describe the solution you'd like
Translation is already in the Simorgh codebase. We should ensure the Live Label is using this translation in the Story Promo:
We should ensure the VisuallyHiddenText lang="en-GB" element is not added if text is not in English.
We should also check that the live label is added in all relevant places, e.g. Bulletins (Radio/TV), Radio schedules.
In Bulletins, the Live label will always be aria-hidden, with visually hidden text that reads 'Watch Live,', with watch translated into the correct language. This will be updated to contain a fully translated string in another issue.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Testing notes
Dev insight: Unit tests/snapshots should be sufficient. Adding screenshots of the changes made to the PR would be great.
This feature is expected to need manual testing.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
sareh
added
Refinement Needed
This is ready for refinement. It shouldn't be worked on until it has been refined by Dev & Test.
ws-home
and removed
Refinement Needed
This is ready for refinement. It shouldn't be worked on until it has been refined by Dev & Test.
labels
Mar 3, 2020
Is your feature request related to a problem? Please describe.
Use
CANLI
instead ofLIVE
for turkish live label.Use
TRỰC TIẾP
instead ofLIVE
for vietnamese live label.Use
لائیو
instead ofLIVE
for urdu live label.Describe the solution you'd like
Translation is already in the Simorgh codebase. We should ensure the Live Label is using this translation in the Story Promo:
https://github.com/bbc/simorgh/blob/latest/src/app/containers/StoryPromo/index.jsx#L83-L86
We should ensure the
VisuallyHiddenText lang="en-GB"
element is not added if text is not in English.We should also check that the live label is added in all relevant places, e.g. Bulletins (Radio/TV), Radio schedules.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Testing notes
Dev insight: Unit tests/snapshots should be sufficient. Adding screenshots of the changes made to the PR would be great.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: