This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
With these updates, RTL support is also available for locales. #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As I've already said in the VulcanJS/Vulcan#2670 the Vulcan were not really RTL friendly.
I just added a PR which is working with this one as well.
The latest code of Vulcan with my modifications should be used for the compilation of this project to work.
Basically this is support for RTL locale and adding my name :p for the Persian translation.
This helped me to debug and add the Persian translation, which will be another PR to the API (graphql) part as well.
Hope that this one is good as well.
PS: I had to hack and change the styles in the bootstrap file, so it's not the standard bootstrap as the standard bootstrap 4.x doesn't support RTL.
The only change that I've made was adding a new CSS property which is used for rtl/ltr (start) of text-align in general parts.
Please do not hesitate to tell me if anything is wrong with my code.
Thanks in advance :)