sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Does SPPermissions support Arabic language? #214

Closed Dubey-Shivani closed 3 years ago

Dubey-Shivani commented 3 years ago

Simulator Screen Shot - iPhone X - 2020-10-12 at 17 43 02

I want to add support for Arabic language. But I am unable to find the icon and button placement when I change language to Arabic. Also the main titles or description are still left aligned, but they should be right aligned.

ivanvorobei commented 3 years ago

You right, SPPermissions now not support RTL. I have plans redo code to new major version, and add support many interesting things. Including RTL.

Dubey-Shivani commented 3 years ago

Can we do something quick for now or may I get code to contribute? I have managed to have their text localized. But for elements position it is not correct. Swift manages its view orientation by itself.

ivanvorobei commented 3 years ago

You can do pull request

ivanvorobei commented 3 years ago

Announced v6 version with support RTL.