# File lib/stringex/localization/backend/i18n.rb, line 28 28: def store_translations(locale, scope, data) 29: ::I18n.backend.store_translations(locale, { :stringex => { scope => data } }) 30: reset_translations_cache 31: end