You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now this just calls I18n.backend.send(:translations)[I18n.default_locale]
it should support additional backends
it would be nice to have a config option or something to exclude certain things. for example, if you use the faker gem, it adds a bunch of stuff to the I18n.load_path, which will find its way in here. those are totally not things you'd need/care to translate, so it'd be nice if there was straightforward way to exclude them (while retaining rails' and other gems' en strings)
The text was updated successfully, but these errors were encountered:
right now this just calls
I18n.backend.send(:translations)[I18n.default_locale]
I18n.load_path
, which will find its way in here. those are totally not things you'd need/care to translate, so it'd be nice if there was straightforward way to exclude them (while retaining rails' and other gems' en strings)The text was updated successfully, but these errors were encountered: