Right now we're using I18n::Backend::Simple to load translation files, however we want to switch from YAML to JSON locale files, and instead of reading directly from the locale files, passing an in-memory hash with the translation using I18n::Backend::KeyValue.new(store).
Due to integration issues we cannot support active_record and thus we'd want a way to use I18n::Backend::KeyValue without needing it
Description
Right now we're using I18n::Backend::Simple to load translation files, however we want to switch from
YAML
toJSON
locale files, and instead of reading directly from the locale files, passing an in-memory hash with the translation usingI18n::Backend::KeyValue.new(store)
.Due to integration issues we cannot support
active_record
and thus we'd want a way to useI18n::Backend::KeyValue
without needing itVersions of i18n
0.69