Add a UI option to set 'read from right to left'

This commit is contained in:
chihyang
2016-06-09 21:28:27 +08:00
parent c83036c1bc
commit 8251cd6ac8
3 changed files with 9 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ S.EMBEDDED_STYLE = _("Embedded Style")
S.WRITING_DIR = _("Writing Direction")
S.PROGRESS_BAR = _("Progress Bar")
S.FORCED_OCR = _("Forced OCR")
S.INVERSE_READING_ORDER = _("Inverse Order")
S.ON = _("on")
S.OFF = _("off")