Skip to content
Snippets Groups Projects
Commit 2130d3c3 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

fix: remove ref to locale

parent 9a8a2858
No related branches found
No related tags found
2 merge requests!7fix: backlink on left in territory profile...,!4Draft: add: alpha release + switch to core beta
Pipeline #16723 passed
...@@ -6,7 +6,6 @@ import("./utils.js").then((utils) => { ...@@ -6,7 +6,6 @@ import("./utils.js").then((utils) => {
class extends core.SolidTemplateElement { class extends core.SolidTemplateElement {
constructor() { constructor() {
super(); super();
this.setTranslationsPath(`${utils.path()}/locales`);
utils.setupOrbit(this); utils.setupOrbit(this);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment