ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
986 stars 411 forks source link

[WIP] Thread safe fallbacks #548

Closed jonian closed 3 years ago

jonian commented 3 years ago

Thread safe fallbacks that does not cause #546.

If this is not ideal, maybe we can introduce a new method current_fallbacks=, that sets the fallbacks for the current thread.

What do you think about this @radar?

radar commented 3 years ago

Works for me. Thank you!