We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c44f6 commit 7e89025Copy full SHA for 7e89025
1 file changed
_layouts/shopping.html
@@ -40,7 +40,7 @@
40
41
var spread_shop_config = {
42
shopName: 'librenms',
43
- locale: 'en_EU',
+// locale: 'en_EU',
44
prefix: localStorage.getItem('store_url'),
45
baseId: 'librenms-shop'
46
};
@@ -59,7 +59,7 @@
59
function intializeStore() {
60
var parts = getLocale();
61
var country = parts[1];
62
- spread_shop_config.locale = parts[0] + '_' + country;
+// spread_shop_config.locale = parts[0] + '_' + country;
63
64
if (! spread_shop_config.prefix) {
65
setStore(country);
0 commit comments