Hash of all translations

I’m trying to switch from yaml translation files to database
translations.

I thought I would just access >> I18n.backend.send(:translations) from
a rake task and insert them all, but from the rails console, that is
producing { }. Why do I get no translations?

Translations, are not loaded by default. Use
I18n.backend.send(:init_translations) or call I18n.translate to load
them.

2010/11/24 Benjamin Moses L. [email protected]

I freaking love you. This has taken way too long to figure out. Thank
you Thank you. : )

On Nov 24, 12:37pm, Krzysztof K. [email protected]