class CopyTunerClient::I18nBackend

def store_translations(locale, data, options = {})

Parameters:
  • options (Hash) -- unused part of the I18n API
  • data (Hash) -- nested key-value pairs to be added as blurbs
  • locale (String) -- the locale (ie "en") to store translations for
def store_translations(locale, data, options = {})
  super
  store_item(locale, data)
end