Set dir="rtl"
conditionally on content pages based on translation %
#601
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
Problem
Currently, content pages have
dir="ltr"
set manually, because rtl language translations don't exist for these pages.Description
We should set up these pages to set the
dir
attribute conditionally based on the % of completed translation for the current language.The text was updated successfully, but these errors were encountered: