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

Locale Options #5

Closed
neetjn opened this issue Jun 19, 2017 · 2 comments
Closed

Locale Options #5

neetjn opened this issue Jun 19, 2017 · 2 comments
Assignees

Comments

@neetjn
Copy link
Owner

neetjn commented Jun 19, 2017

Add capability for locale options -- including setting page scrolling from ltr to rtl for script languages.

@neetjn neetjn self-assigned this Jun 19, 2017
@neetjn
Copy link
Owner Author

neetjn commented Jun 20, 2017

Available locales should be dictated by name as a string or object with name and options.

localize = Localize.config({
  default: 'en',
  available: ['en', 'sp', 'pr', {
    name: 'ar',
    orientation: 'ltr'
  }],
  ...
})

@neetjn neetjn closed this as completed Jun 26, 2017
@neetjn
Copy link
Owner Author

neetjn commented Jun 26, 2017

#7

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

No branches or pull requests

1 participant