Skip to content

Instantly share code, notes, and snippets.

View supercat1510's full-sized avatar

supercat1510

  • Systemmarketing GmbH
View GitHub Profile
@supercat1510
supercat1510 / index.js
Last active June 10, 2021 11:31
Erweitern von sw-order-list
import { Component } from 'src/core/shopware';
import template from './sw-order-list.html.twig';
import deDE from '../../../../snippet/de-DE.json';
import enGB from '../../../../snippet/en-GB.json';
Shopware.Locale.extend('de-DE', deDE);
Shopware.Locale.extend('en-GB', enGB);