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

Establish better pattern for table column translations #619

Open
shelleydoljack opened this issue Sep 13, 2019 · 0 comments
Open

Establish better pattern for table column translations #619

shelleydoljack opened this issue Sep 13, 2019 · 0 comments

Comments

@shelleydoljack
Copy link
Contributor

AuthorizedUser table column translations are in lib/constants.rb. For e-loader package management, some data translations are in the model, but the column translations are in config/locales/en.yml. On production deployment we had an issue with getting to authorized users because in rails 5, autoload_paths didn't load lib/ anymore even though we had it configured in config/application.rb. c4846aa fixed the issue for now. We should consider moving the column translations somewhere else.

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

No branches or pull requests

1 participant