unfoldingWord-dev / ts-desktop

translationStudio Desktop App
http://ufw.io/ts
Other
41 stars 29 forks source link

Better RTL support #1220

Open mondele opened 6 years ago

mondele commented 6 years ago

Although translationStudio handles rtl languages like Punjabi and Urdu, the text in the text box in translationStudio is left-justified instead of right. In addition, when verse markers are placed, 1) they are displayed in Roman type instead of using local numbers 2) they don't always display where expected.

ChrisJarka commented 6 years ago

With Farsi the RTL is right aligned and although the numbers are Roman we have found that an 'extra' space is necessary for the numbers to be placed correctly. (Even using Roboto for the Target Language Font)

mondele commented 6 years ago

After I submitted the issue I realized that Chuck Liesch had informed me of this issue with Western Panjabi. Apparently it is not global in scope.

mondele commented 6 years ago

The manifest for Western Panjabi projects (code pnb) is incorrectly generated:

        "id": "pnb",
        "name": "Western Panjabi",
        "direction": "ltr"
    },

The direction should be rtl.

jag3773 commented 6 years ago

Per the slack conversation, this information should be updated in translationDatabase, then tS can pull down the information.

da1nerd commented 5 years ago

I'm categorizing this as a bug report to add better support for RTL languages when editing text.