Skip to content

Commit 7e89025

Browse files
authored
Don't set locale for the spreadshop
1 parent 07c44f6 commit 7e89025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/shopping.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
var spread_shop_config = {
4242
shopName: 'librenms',
43-
locale: 'en_EU',
43+
// locale: 'en_EU',
4444
prefix: localStorage.getItem('store_url'),
4545
baseId: 'librenms-shop'
4646
};
@@ -59,7 +59,7 @@
5959
function intializeStore() {
6060
var parts = getLocale();
6161
var country = parts[1];
62-
spread_shop_config.locale = parts[0] + '_' + country;
62+
// spread_shop_config.locale = parts[0] + '_' + country;
6363

6464
if (! spread_shop_config.prefix) {
6565
setStore(country);

0 commit comments

Comments
 (0)