Sha256: 91c331e3e599779bffb0230325eee7034344627e7bd68803bace16dc84458450
Contents?: true
Size: 547 Bytes
Versions: 14
Compression:
Stored size: 547 Bytes
Contents
module ChartCandy def self.localize(path, options={}) options.reverse_merge! format: :date_long options[:format] = "chart_candy_#{options[:format]}".to_sym return I18n.localize(path, options) end def self.translate(path, options={}) I18n.translate("chart_candy.#{path}", options) end def self.t(path, options={}) self.translate path, options end end require "chart-candy/authentication" require "chart-candy/base_chart" require "chart-candy/builder" require "chart-candy/engine" require 'chart-candy/implants'
Version data entries
14 entries across 14 versions & 1 rubygems