Hi,
Is there a way to fallback the missing translations to the primary_locale?
Let's say I've the following primary locale:
When I create a new locale file dynamically, let's say:
I'd like to fallback example from foo locale when it's called in the context of bar
<%= t('.bar.example') %>
# I want this to return "Baz"
Does anybody know if this is possible?
Thanks in advance