-
Notifications
You must be signed in to change notification settings - Fork 114
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
Set particular locales for application (#135) #136
base: master
Are you sure you want to change the base?
Conversation
This works but I don't love it as it sets a global constant for configuration. There be dragons. At the very least it feels like it requires complicated gymnastics like I think as a developer I'd want to do this, which is similar to other gems: NumbersAndWords.configure do |config|
config.locales = [:en, :ru]
end |
No description provided.