Currently my extension does not include RTL localization, and I’m checking if it’s UI shows correctly in RTL environment.
I’ve installed the Hebrew language pack, changed general.useragent.locale
to he
, and had a restart to apply.
My extension’s dialogs show in English, with the RTL direction as expected. However, all CSS selectors that use :-moz-locale-dir(rtl)
don’t work.
Is there any good practice for workaround?