I have an app with translations in English and Arabic, so I go with android:supportsRtl="true" in AndroidManifest.xml.
The problem is that some users are using some RTL languages out of Arabic that has no translation in my app, e.g. Hebrew, so it shows the English translation with RTL.
How can I avoid that and keep RTL support only when the language is Arabic and other RTL languages' users will get the English translation with LTR?