Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] RTL Support #181

Merged
merged 4 commits into from
Jun 14, 2015
Merged

[WIP] RTL Support #181

merged 4 commits into from
Jun 14, 2015

Conversation

shahar3012
Copy link
Contributor

This is a work in progress of Rocket.Chat RTL Support. The work is not finished. I didn't know where to put the .rtl class in the html file, so I use the addClass method in layout.coffee. Please write down suggestions to cover all the missing elements that need to be supported and don't accept this pull request yet, until final version.

merging Rocket.Chat current master
This is a work in progress of Rocket.Chat RTL Support. The work is not
finished. I didn't know where to put the .rtl class in the html file, so
I use the addClass method in layout.coffee. Please write down suggestion
and don't accept this pull request yet, until final version.
@shahar3012
Copy link
Contributor Author

#165

@shahar3012 shahar3012 changed the title RTL Support first submit - WIP [WIP]RTL Support first submit Jun 11, 2015
@shahar3012 shahar3012 changed the title [WIP]RTL Support first submit [WIP] RTL Support first submit Jun 11, 2015
@engelgabriel
Copy link
Member

Looking good! The place where you added the .rlt support seem right, it just need a logic test to check if the user is using a rtl locale?

@shahar3012
Copy link
Contributor Author

I think so. I suggested earlier that the layout change should be based on the language, and that the language can be changed from the settings section.

This is a work in progress of the RTL Support. It includes several
update to the input and textarea elements that aren't yet supported both
RTL and LRT writing (using `dir="auto"`).
@shahar3012
Copy link
Contributor Author

I've commited a several changes mostly to the side-nav elements and some input and textarea elements that aren't yet supported both RTL and LTR.
Commit: 7bdb322

@shahar3012 shahar3012 changed the title [WIP] RTL Support first submit [WIP] RTL Support Jun 12, 2015
@engelgabriel
Copy link
Member

Seem all good. Should I merge it now and create the language selection option?

@shahar3012
Copy link
Contributor Author

You can. I think it's good enough. The language selection option is mandatory! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants