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
We should support recitations with translations, e.g.:
"Recite chapter 1 with English translations": Should alternate arabic and English
"Recite chapter 1 in english": Should read only English translations.
The default language can still be Arabic.
We will need to update the playHead logic to account for the fact that we will be alternating between languages. For example, we can add a translations structure with a state for each translation (played: bool).
The text was updated successfully, but these errors were encountered:
We should support recitations with translations, e.g.:
The default language can still be Arabic.
We will need to update the playHead logic to account for the fact that we will be alternating between languages. For example, we can add a translations structure with a state for each translation (played: bool).
The text was updated successfully, but these errors were encountered: