Skip to content
Snippets Groups Projects
Commit 12dfd3a6 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Fix path to translation files (datatable.net)

parent 42e26ea4
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@ class DataTableView extends LitElement {
}
set_datatable() {
const lang_de_url = 'datatables/i18n/German.json';
const lang_en_url = 'datatables/i18n/English.json';
const lang_de_url = 'local/vpu-data-table-view/i18n/German.json';
const lang_en_url = 'local/vpu-data-table-view/i18n/English.json';
if (this.table) {
this.table.destroy();
......
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