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

Translations do not work when the gem is required late. #235

Closed
AaronLasseigne opened this issue Nov 30, 2014 · 1 comment · Fixed by #238
Closed

Translations do not work when the gem is required late. #235

AaronLasseigne opened this issue Nov 30, 2014 · 1 comment · Fixed by #238
Assignees
Labels

Comments

@AaronLasseigne
Copy link
Owner

If in your Gemfile you use require: false when adding the gem it does not load the translations until that point. The translations are added to the end of the load path so any custom translations are overridden by the default file. This can be fixed by adding the default files to the start of the load path rather than the end.

@tfausak
Copy link
Collaborator

tfausak commented Nov 30, 2014

Sounds related to #134.

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

Successfully merging a pull request may close this issue.

2 participants