We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare using the built-in formatting functions based on the Intl API 4 hours
Intl.NumberFormat(locale, options).format;
Determine Language Direction 2 hours
Adjust CSS Styling 12 hours
<html dir="rtl">
left
right
padding
margin
text-align
.popover
margin-right: 8px
margin-left: 8px
Fix Layout issues 16 hours
Test in Multiple Browsers and fix any issues 4 hours
Support Right-to-Left Typography 4 hours
font-size
letter-spacing
Update Translations 4 hours
Write unit and/or e2e tests 16 hours
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue describes tasks and rough time estimates for RTL support
Prepare using the built-in formatting functions based on the Intl API
4 hours
Intl.NumberFormat(locale, options).format;
Determine Language Direction
2 hours
Adjust CSS Styling
12 hours
<html dir="rtl">
left
,right
,padding
,margin
,text-align
.popover
class hasright
specified, but this should changed toleft
margin-right: 8px
set, this should be changed tomargin-left: 8px
Fix Layout issues
16 hours
Test in Multiple Browsers and fix any issues
4 hours
Support Right-to-Left Typography
4 hours
font-size
orletter-spacing
for readabilityUpdate Translations
4 hours
Write unit and/or e2e tests
16 hours
The text was updated successfully, but these errors were encountered: