Add handle_extensions to get Spree.translations (archaic spree js translations) in handlebars templates

This is all legacy from spree that can be cleaned up at some point, we only have two handlebars templates in OFN
This commit is contained in:
Luis Ramos
2020-09-27 20:50:29 +01:00
parent f6f4faf146
commit eada388534
4 changed files with 12 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
//= require textAngular.min.js
//= require moment/min/moment.min.js
//= require i18n
//= require handlebars
angular.module('templates', [])
angular.module('uiGmapgoogle-maps', []);