class ReactOnRails::Locales::ToJson

def file_format

def file_format
  "json"
end

def template_default

def template_default
  @defaults
end

def template_translations

def template_translations
  @translations
end