Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

RTL Layout #2817

Closed
EMIN3M1986 opened this issue May 12, 2015 · 5 comments
Closed

RTL Layout #2817

EMIN3M1986 opened this issue May 12, 2015 · 5 comments
Labels
i18n: bi-directional This issue is related to internationalization and right to left languages P4: minor Minor issues. May not be fixed without community contributions. resolution: duplicate

Comments

@EMIN3M1986
Copy link

Hi.
how can I change the whole layout of the angularjs material component to RTL ?

@ThomasBurleson
Copy link
Contributor

We will be using the HTML attribute 'dir' to determine RTL support see:

/* mixin definition ; sets LTR and RTL within the same style call */
@mixin rtl($prop, $value, $rtl-value) {
  #{$prop}: $value;
  html[dir=rtl] & {
    #{$prop}: $rtl-value;
  }
}

We have only recently started to add RTL support. Many of our components will be updated with improved support for the 0.10 release.

@ThomasBurleson ThomasBurleson added the i18n: bi-directional This issue is related to internationalization and right to left languages label May 12, 2015
@ThomasBurleson ThomasBurleson self-assigned this May 12, 2015
@ThomasBurleson ThomasBurleson added this to the 0.10.0 milestone May 12, 2015
@EMIN3M1986
Copy link
Author

Thanks Thomas for you answer.
When is the time of next release ?
And one more question. Do you have any plane to add Solar calender to the component ?

@ThomasBurleson
Copy link
Contributor

See https://github.com/angular/material/milestones for details. Please note
this are targeted dates; not guaranteed dates.

On Tue, May 12, 2015 at 11:38 PM B@B@X notifications@github.com wrote:

Thanks Thomas for you answer.
When is the time of next release ?


Reply to this email directly or view it on GitHub
#2817 (comment).

@ThomasBurleson ThomasBurleson added i18n: bi-directional This issue is related to internationalization and right to left languages and removed i18n: bi-directional This issue is related to internationalization and right to left languages labels May 28, 2015
@ThomasBurleson ThomasBurleson modified the milestones: 0.10.0, Backlog May 28, 2015
@behiunforgiven
Copy link

How can I use rtl mixin to change the layout?

@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Sep 4, 2015
@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Jan 5, 2016
@ThomasBurleson ThomasBurleson added P4: minor Minor issues. May not be fixed without community contributions. and removed priority: medium labels Jan 15, 2016
@ErinCoughlan
Copy link
Contributor

Duplicate of #1080, which adds RTL support for all components.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i18n: bi-directional This issue is related to internationalization and right to left languages P4: minor Minor issues. May not be fixed without community contributions. resolution: duplicate
Projects
None yet
Development

No branches or pull requests

7 participants