diff --git a/web.js b/web.js index 85ac6eb..e377a95 100644 --- a/web.js +++ b/web.js @@ -27,7 +27,6 @@ const {load} = require('core/i18n'); const isProduction = process.env.NODE_ENV === 'production'; errorSetup(path.join(__dirname, 'strings')); -strings.registerBase('backend', require('./strings/backend')); strings.registerBase('frontend', require('./strings/frontend-scripts')); strings.registerBase('tpl', require('./strings/templates-default'));