Sha256: c9cbe93f7af68a87b05fc5c888c226d3b229cb8024bbdc23db998526aec3ea29
Contents?: true
Size: 281 Bytes
Versions: 107
Compression:
Stored size: 281 Bytes
Contents
//= require handlebars Handlebars.registerHelper("t", function(key) { if (Spree.translations[key]) { return Spree.translations[key] } else { console.error("No translation found for " + key + ". Does it exist within spree/admin/shared/_translations.html.erb?") } });
Version data entries
107 entries across 107 versions & 4 rubygems