I\'m guessing that rails stores all the parsed translations yml files in a sort of array/hash. Is there a way to access this?
For example, if I\'ve a file:
You got to call a private method on the backend. This is how you get access:
translations = I18n.backend.send(:translations) translations[:en][:test_string] # => "testing this"