| Index: background.js |
| diff --git a/background.js b/background.js |
| index d3cab934fadb6a0dd247ca4faf8898128deea9de..48a92d7dc86d0a69bfad4314c3240e2e969ae8d7 100644 |
| --- a/background.js |
| +++ b/background.js |
| @@ -91,7 +91,12 @@ |
| get appLocale() |
| { |
| return parent.ext.i18n.getMessage("@@ui_locale").replace(/_/g, "-"); |
| + }, |
| + get readingDirection() |
| + { |
| + return parent.ext.i18n.getMessage("@@bidi_dir"); |
| } |
| + |
| } |
| }; |