Sha256: 50a250492304e559739402bdfb01cee10e428651f83fd4c78e6f1ed7ac9f284b
Contents?: true
Size: 1.43 KB
Versions: 4
Compression:
Stored size: 1.43 KB
Contents
<script> Spree.translations = <%== { :date_picker => I18n.t(:js_format, :scope => 'spree.date_picker', :default => 'yy/mm/dd'), :abbr_day_names => I18n.t(:abbr_day_names, :scope => :date), :add => I18n.t(:add), :are_you_sure_delete => I18n.t(:are_you_sure_delete), :bill_address => I18n.t(:bill_address), :choose_a_customer => I18n.t(:choose_a_customer), :confirm_delete => I18n.t(:confirm_delete), :cut => I18n.t(:cut), :destroy => I18n.t(:destroy), :edit => I18n.t(:edit), :loading => I18n.t(:loading), :month_names => I18n.t(:month_names, :scope => :date).delete_if(&:blank?), :more => I18n.t(:more), :name => I18n.t(:name), :next => I18n.t(:next), :no_results => I18n.t(:no_results), :on_hand => I18n.t(:on_hand), :paste => I18n.t(:paste), :previous => I18n.t(:previous), :remove => I18n.t(:remove), :rename => I18n.t(:rename), :searching => I18n.t(:searching), :sku => I18n.t(:sku), :type_to_search => I18n.t(:type_to_search), :taxon_placeholder => I18n.t(:taxon_placeholder), :value => I18n.t(:value) }.to_json %> </script>
Version data entries
4 entries across 4 versions & 2 rubygems