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

can't override I18n translations #473

Closed
krtschmr opened this issue Sep 3, 2019 · 1 comment
Closed

can't override I18n translations #473

krtschmr opened this issue Sep 3, 2019 · 1 comment

Comments

@krtschmr
Copy link

krtschmr commented Sep 3, 2019

i copy all values and throw them into my en.yml.

no change will ever work.

somehow i try to debug the gem, when i start my application and check the I18n.load_paths ice_cube isn't in there, so as soon i call ice_cube, the I18n initializer of ice_cube is called and append his own paths.

for that reason, I18n will allways look at the latest occurence, which is always ice_cubes default en.yml

this seems to be a bad approach

@pacso
Copy link
Collaborator

pacso commented Oct 23, 2021

This will be resolved by #489

@pacso pacso closed this as completed Oct 23, 2021
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

2 participants